This website works better with JavaScript
Home
Explore
Help
Sign In
cpp
/
panda3d
mirror of
https://github.com/panda3d/panda3d
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
shader: reserve SL_SPIR_V ShaderLanguage value (as on vulkan branch)
rdb
7 years ago
parent
eb62d7f223
commit
b1f32e3f84
1 changed files
with
1 additions
and
0 deletions
Unified View
Show Diff Stats
1
0
panda/src/gobj/shader.h
+ 1
- 0
panda/src/gobj/shader.h
View File
@@ -53,6 +53,7 @@ PUBLISHED:
SL_Cg,
SL_Cg,
SL_GLSL,
SL_GLSL,
SL_HLSL,
SL_HLSL,
+ SL_SPIR_V,
};
};
enum ShaderType {
enum ShaderType {