Add dynamic shader generation

This commit is contained in:
schmelczerandras 2020-07-26 13:35:44 +02:00
parent edd7d4836e
commit 4369cf1770
22 changed files with 300 additions and 124 deletions

View file

@ -1,5 +1,7 @@
#version 300 es
precision mediump float;
uniform mat3 ndcToWorld;
in vec4 a_position;
out vec2 worldCoordinates;