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.
12 lines
228 B
GLSL
12 lines
228 B
GLSL
#version 450
|
|
|
|
#extension GL_GOOGLE_include_directive : require
|
|
#include "spv.debuginfo.include.glsl.h"
|
|
|
|
vec4 mainFileFunction(vec4 v) {
|
|
return -v;
|
|
}
|
|
|
|
void main() {
|
|
headerOut = headerFunction(mainFileFunction(headerUboItem));
|
|
} |