mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-19 21:42:59 +01:00
GL: Fixed crash when looking for [u/i]samplers.
This commit is contained in:
@@ -721,6 +721,7 @@ namespace bgfx
|
||||
"usampler3D",
|
||||
"isamplerCube",
|
||||
"usamplerCube",
|
||||
NULL
|
||||
};
|
||||
|
||||
static void GL_APIENTRY stubVertexAttribDivisor(GLuint /*_index*/, GLuint /*_divisor*/)
|
||||
|
||||
Reference in New Issue
Block a user