Forráskód Böngészése

shaderpipeline: Remove temporary samplerCube hack after upstream fix

rdb 5 éve
szülő
commit
2431cf6774
1 módosított fájl, 0 hozzáadás és 3 törlés
  1. 0 3
      panda/src/shaderpipeline/cg_preamble.hlsl

+ 0 - 3
panda/src/shaderpipeline/cg_preamble.hlsl

@@ -17,9 +17,6 @@
  * and types that were supported in Cg but are not available in HLSL.
  * and types that were supported in Cg but are not available in HLSL.
  */
  */
 
 
-// Bug in glslang, see KhronosGroup/glslang#2265
-typedef samplerCube samplerCUBE;
-
 // Cg accepts this type and these functions, despite being GLSL
 // Cg accepts this type and these functions, despite being GLSL
 typedef sampler2D sampler2DShadow;
 typedef sampler2D sampler2DShadow;