GL: Fixed crash when looking for [u/i]samplers.

This commit is contained in:
Branimir Karadžić 2015-03-17 15:38:41 -07:00
parent 05b8f6c0e3
commit bbf2fa6f46

View file

@ -721,6 +721,7 @@ namespace bgfx
"usampler3D",
"isamplerCube",
"usamplerCube",
NULL
};
static void GL_APIENTRY stubVertexAttribDivisor(GLuint /*_index*/, GLuint /*_divisor*/)