bloat-buster/dependencies/glslang-15.0.0/Test/spv.exportFunctions.comp
David Gonzalez Martin be2de1d672 Render a texture
2024-11-10 08:48:46 -06:00

10 lines
93 B
Plaintext

#version 450
float add(float a, float b) {
return a + b;
}
int foo() {
return 0;
}