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