GL: Fixed 130 shader patching.

This commit is contained in:
Branimir Karadžić 2017-08-17 19:21:20 -07:00
parent 578ed35243
commit 64af590bd1

View File

@ -911,6 +911,11 @@ namespace bgfx { namespace gl
static const char* s_texelFetch[] =
{
"texture",
"textureLod",
"textureGrad",
"textureProj",
"textureProjLod",
"texelFetch",
"texelFetchOffset",
NULL