docs
This commit is contained in:
parent
9d506d688b
commit
847f26b2a1
2 changed files with 21 additions and 1 deletions
4
examples/simple.glsl
Normal file
4
examples/simple.glsl
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
void mainImage(out vec4 fragColor, in vec2 fragCoord) {
|
||||
fragColor = vec4(fragCoord / iResolution.xy, 1.0, 1.0);
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue