RetroArch/deps/SPIRV-Cross/reference/opt/shaders-hlsl/frag/partial-write-preserve.frag

15 lines
96 B
GLSL

struct B
{
float a;
float b;
};
void frag_main()
{
}
void main()
{
frag_main();
}