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