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