Squashed 'external/imgui/' content from commit 02e9b8cac
git-subtree-dir: external/imgui git-subtree-split: 02e9b8cacde285c5f9040adf212703cc3810bd97
This commit is contained in:
Executable
+6
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
## -V: create SPIR-V binary
|
||||
## -x: save binary output as text-based 32-bit hexadecimal numbers
|
||||
## -o: output file
|
||||
glslangValidator -V -x -o glsl_shader.frag.u32 glsl_shader.frag
|
||||
glslangValidator -V -x -o glsl_shader.vert.u32 glsl_shader.vert
|
||||
Reference in New Issue
Block a user