xref
: /
external
/
deqp-deps
/
glslang
/
Test
/
compoundsuffix.frag.hlsl
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
void main(out float4 fragColor : SV_TARGET0)
2
{
3
fragColor = 1;
4
}
5
6
7