10 lines
75 B
GLSL
10 lines
75 B
GLSL
void frag_main()
|
|
{
|
|
}
|
|
|
|
[earlydepthstencil]
|
|
void main()
|
|
{
|
|
frag_main();
|
|
}
|