mirror of
https://github.com/Relintai/material-maker.git
synced 2024-12-23 21:16:54 +01:00
6 lines
63 B
GLSL
6 lines
63 B
GLSL
void fragment() {
|
|
vec2 uv = UV;
|
|
$(code)
|
|
COLOR = $(value);
|
|
}
|