Update imgui to latest.

This commit is contained in:
Mr_Goldberg 2022-08-05 01:34:29 -04:00
parent ba877b6e78
commit df94c38b0f
No known key found for this signature in database
GPG key ID: 8597D87419DEF278
58 changed files with 17087 additions and 5583 deletions

View file

@ -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