5 lines
64 B
Text
5 lines
64 B
Text
shader_type canvas_item;
|
|
|
|
void fragment() {
|
|
COLOR = vec4(1);
|
|
}
|