Browse Source

shader: reserve SL_SPIR_V ShaderLanguage value (as on vulkan branch)

rdb 7 years ago
parent
commit
b1f32e3f84
1 changed files with 1 additions and 0 deletions
  1. 1 0
      panda/src/gobj/shader.h

+ 1 - 0
panda/src/gobj/shader.h

@@ -53,6 +53,7 @@ PUBLISHED:
     SL_Cg,
     SL_Cg,
     SL_GLSL,
     SL_GLSL,
     SL_HLSL,
     SL_HLSL,
+    SL_SPIR_V,
   };
   };
 
 
   enum ShaderType {
   enum ShaderType {