Browse Source

GL: Fixed 130 shader patching.

Branimir Karadžić 8 years ago
parent
commit
64af590bd1
1 changed files with 5 additions and 0 deletions
  1. 5 0
      src/renderer_gl.cpp

+ 5 - 0
src/renderer_gl.cpp

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