mirror of
https://github.com/Relintai/material-maker.git
synced 2025-02-15 05:40:06 +01:00
5 lines
67 B
GLSL
5 lines
67 B
GLSL
vec4 preview_2d(vec2 uv) {
|
|
$(code)
|
|
return vec4($(value), 1.0);
|
|
}
|