Added OpenGL support for pixel formats A8/L8/LA8

Former-commit-id: b17942f7bf22daf90ddf5d8093da6c26b64a67ce
This commit is contained in:
Lynix
2014-12-10 19:01:03 +01:00
parent 96798da027
commit 7316cbb694
3 changed files with 96 additions and 9 deletions

View File

@@ -69,6 +69,7 @@ class NAZARA_API NzOpenGL
GLenum dataFormat;
GLenum dataType;
GLint internalFormat;
GLint swizzle[4];
};
NzOpenGL() = delete;