xref
: /
aosp_15_r20
/
external
/
deqp-deps
/
glslang
/
Test
/
glsl.-P.function.frag
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#version 450
2
3
layout(location=0) out vec4 color;
4
5
void main()
6
{
7
color = getColor();
8
}
9