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