Make the projection map a uniform

This commit is contained in:
Aaron Fenyes 2024-08-21 23:07:14 -07:00
parent 81f9b8e040
commit 80b210e667
2 changed files with 18 additions and 12 deletions

View file

@ -25,6 +25,7 @@ features = [
'WebGlBuffer',
'WebGlProgram',
'WebGlShader',
'WebGlUniformLocation',
'WebGlVertexArrayObject',
'Window'
]