mirror of
https://github.com/Relintai/material-maker.git
synced 2025-01-13 07:41:14 +01:00
6 lines
74 B
GLSL
6 lines
74 B
GLSL
void fragment() {
|
|
vec2 uv = UV;
|
|
$(code)
|
|
COLOR = vec4($(value), 1.0);
|
|
}
|