mirror of
https://github.com/KhronosGroup/glslang
synced 2024-11-08 11:30:06 +00:00
d8f5681ec0
Turn on debug info flag for non-semantic debug test.
10 lines
104 B
C
10 lines
104 B
C
|
|
out vec4 headerOut;
|
|
|
|
uniform UBO {
|
|
vec4 headerUboItem;
|
|
};
|
|
|
|
vec4 headerFunction(vec4 a) {
|
|
return -a;
|
|
} |