mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2025-02-17 20:31:57 -05:00
GL: Fixed crash when looking for [u/i]samplers.
This commit is contained in:
parent
05b8f6c0e3
commit
bbf2fa6f46
1 changed files with 1 additions and 0 deletions
|
@ -721,6 +721,7 @@ namespace bgfx
|
|||
"usampler3D",
|
||||
"isamplerCube",
|
||||
"usamplerCube",
|
||||
NULL
|
||||
};
|
||||
|
||||
static void GL_APIENTRY stubVertexAttribDivisor(GLuint /*_index*/, GLuint /*_divisor*/)
|
||||
|
|
Loading…
Reference in a new issue