Add dynamic shader generation
This commit is contained in:
parent
edd7d4836e
commit
4369cf1770
22 changed files with 300 additions and 124 deletions
|
|
@ -1,5 +1,7 @@
|
|||
#version 300 es
|
||||
|
||||
precision mediump float;
|
||||
|
||||
uniform mat3 ndcToWorld;
|
||||
in vec4 a_position;
|
||||
out vec2 worldCoordinates;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue