RetroArch/deps/SPIRV-Cross/reference/opt/shaders-hlsl/frag/demote-to-helper.frag

10 lines
68 B
GLSL

void frag_main()
{
discard;
}
void main()
{
frag_main();
}