xemu/subprojects/glslang/Test/spv.exportFunctions.comp

10 lines
93 B
Plaintext

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