xemu/subprojects/glslang/Test/spv.debuginfo.include.glsl.h

10 lines
104 B
C

out vec4 headerOut;
uniform UBO {
vec4 headerUboItem;
};
vec4 headerFunction(vec4 a) {
return -a;
}