7 lines
103 B
Plaintext
7 lines
103 B
Plaintext
shader_type canvas_item;
|
|
|
|
void fragment() {
|
|
COLOR = vec4(1, 0, 1, 1);
|
|
// Place fragment code here.
|
|
}
|