mirror of
https://github.com/Relintai/material-maker.git
synced 2025-01-05 03:29:40 +01:00
6 lines
63 B
Plaintext
6 lines
63 B
Plaintext
|
void fragment() {
|
||
|
vec2 uv = UV;
|
||
|
$(code)
|
||
|
COLOR = $(value);
|
||
|
}
|