mirror of
https://github.com/Relintai/material-maker.git
synced 2025-02-27 12:04:19 +01:00
5 lines
73 B
GLSL
5 lines
73 B
GLSL
vec4 preview_2d(vec2 uv) {
|
|
$(code)
|
|
return vec4(vec3($(value)), 1.0);
|
|
}
|