![]() |
Pioneer
|
#include "TextureGL.h"#include "RendererGL.h"#include "graphics/Renderer.h"#include "utils.h"#include <cassert>
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) |