8 lines
95 B
GLSL
8 lines
95 B
GLSL
|
#version 450
|
||
|
#extension GL_EXT_demote_to_helper_invocation : require
|
||
|
|
||
|
void main()
|
||
|
{
|
||
|
demote;
|
||
|
}
|