Shader Modules | programmable pipeline stages
This commit is contained in:
3
Hello_triangle/shaders/compile.sh
Normal file
3
Hello_triangle/shaders/compile.sh
Normal file
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
glslc shader.vert -o vert.spv
|
||||
glslc shader.frag -o frag.spv
|
||||
Reference in New Issue
Block a user