6 lines
110 B
Plaintext
6 lines
110 B
Plaintext
|
|
@constructorParams { int x, float y, std::vector<float> z }
|
||
|
|
in float w;
|
||
|
|
half4 main() {
|
||
|
|
return half4(1);
|
||
|
|
}
|