material-maker/addons/material_maker/nodes/preview_rgba.shader

6 lines
63 B
GLSL

void fragment() {
vec2 uv = UV;
$(code)
COLOR = $(value);
}