5 lines
67 B
GLSL
5 lines
67 B
GLSL
half4 main() {
|
|
fragmentProcessor child;
|
|
return half4(1);
|
|
}
|
half4 main() {
|
|
fragmentProcessor child;
|
|
return half4(1);
|
|
}
|