Added TextureWrap enum<->OpenGL association

Also made array syntax consistent


Former-commit-id: 65794e3eec2ea326da0ee71bcd7b8c31632ab71c
This commit is contained in:
Lynix
2012-12-13 11:39:15 +01:00
parent feda7eec4d
commit 73fdb9baaf
2 changed files with 10 additions and 3 deletions

View File

@@ -87,6 +87,7 @@ namespace NzOpenGL
extern GLenum TextureTarget[nzImageType_Max+1];
extern GLenum TextureTargetBinding[nzImageType_Max+1];
extern GLenum TextureTargetProxy[nzImageType_Max+1];
extern GLenum TextureWrapMode[nzTextureWrap_Max+1];
}
NAZARA_API extern PFNGLACTIVETEXTUREPROC glActiveTexture;