mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 10:50:10 +00:00
12 lines
265 B
Plaintext
12 lines
265 B
Plaintext
glshader {
|
|
bounds: 0 0 50 50;
|
|
sourcecode: "uniform vec3 iResolution;\A\
|
|
uniform vec4 another;\A\
|
|
uniform vec2 point;\A\
|
|
uniform int iii;\A\
|
|
uniform uint uuu;\A\
|
|
uniform bool bbb;\A\
|
|
uniform float num;";
|
|
args: 10 20 30, 1 2 3 4, -1 -2, 0, 100, true, 3.1415;
|
|
}
|