Pioneer
Loading...
Searching...
No Matches
Namespaces | Functions
TextureGL.cpp File Reference
#include "TextureGL.h"
#include "RendererGL.h"
#include "graphics/Renderer.h"
#include "utils.h"
#include <cassert>
Include dependency graph for TextureGL.cpp:

Namespaces

namespace  Graphics
 
namespace  Graphics::OGL
 

Functions

GLint Graphics::OGL::GLInternalFormat (TextureFormat format)
 
GLint Graphics::OGL::GLCompressedInternalFormat (TextureFormat format)
 
GLint Graphics::OGL::GLImageFormat (TextureFormat format)
 
GLint Graphics::OGL::GLTextureType (TextureType type)
 
GLint Graphics::OGL::GLImageType (TextureFormat format)
 
int Graphics::OGL::GetMinSize (TextureFormat flag)
 
bool Graphics::OGL::IsCompressed (TextureFormat format)