Browse Source

shaderpipeline: Remove temporary samplerCube hack after upstream fix

rdb 5 years ago
parent
commit
2431cf6774
1 changed files with 0 additions and 3 deletions
  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.
  */
 
-// Bug in glslang, see KhronosGroup/glslang#2265
-typedef samplerCube samplerCUBE;
-
 // Cg accepts this type and these functions, despite being GLSL
 typedef sampler2D sampler2DShadow;