5 lines
75 B
GLSL
5 lines
75 B
GLSL
layout(tracked) in uniform half4 color;
|
|
half4 main() {
|
|
return color;
|
|
}
|