6 lines
114 B
GLSL
6 lines
114 B
GLSL
layout(when=someExpression(someOtherExpression())) uniform half sometimes;
|
|
|
|
half4 main() {
|
|
return half4(1);
|
|
}
|