Sign in
android
/
platform
/
external
/
angle
/
HEAD
/
.
/
third_party
/
glslang
/
src
/
Test
/
spv.debuginfo.include.glsl.h
blob: 51df8469f9039be76bd0059ca867ab4ef2715142 [
file
] [
log
] [
blame
]
out
vec4 headerOut
;
uniform UBO
{
vec4 headerUboItem
;
};
vec4 headerFunction
(
vec4 a
)
{
return
-
a
;
}