5 lines
73 B
GLSL
5 lines
73 B
GLSL
@constructor {constructor section}
|
|
half4 main() {
|
|
return half4(1);
|
|
}
|