subrepo: subdir: "xo-imgui" merged: "b2926d26" upstream: origin: "git@github.com:Rconybea/xo-imgui.git" branch: "main" commit: "b2926d26" git-subrepo: version: "0.4.9" origin: "???" commit: "???"
6 lines
329 B
Bash
Executable file
6 lines
329 B
Bash
Executable file
#!/home/roland/nixroot/nix/store/idpjjif9gn91gansmwrcpdcdp8cf5s0a-bash-5.2p32/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
|