8 lines
64 B
GLSL
8 lines
64 B
GLSL
#version 420
|
|
|
|
layout(early_fragment_tests) in;
|
|
|
|
void main()
|
|
{
|
|
}
|