Renamed compute shader ray tracing example
This commit is contained in:
parent
4326ce390d
commit
b2add91d2c
15 changed files with 11 additions and 11 deletions
3
data/shaders/computeraytracing/generate-spirv.bat
Normal file
3
data/shaders/computeraytracing/generate-spirv.bat
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
glslangvalidator -V texture.frag -o texture.frag.spv
|
||||
glslangvalidator -V texture.vert -o texture.vert.spv
|
||||
glslangvalidator -V raytracing.comp -o raytracing.comp.spv
|
||||
Loading…
Add table
Add a link
Reference in a new issue