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

5 lines
67 B
GLSL

vec4 preview_2d(vec2 uv) {
$(code)
return vec4($(value), 1.0);
}