Sign in
chromium
/
external
/
github.com
/
KhronosGroup
/
glslang.git
/
HEAD
/
.
/
Test
/
spv.debuginfo.include.glsl.h
blob: 51df8469f9039be76bd0059ca867ab4ef2715142 [
file
] [
log
] [
blame
]
out
vec4 headerOut
;
uniform UBO
{
vec4 headerUboItem
;
};
vec4 headerFunction
(
vec4 a
)
{
return
-
a
;
}