Upload wall geometry once per frame (can improve for fixed geometry)

This commit is contained in:
jgk
2021-07-11 17:32:23 +02:00
parent 37d3e0ce63
commit 26c6c3e426
4 changed files with 77 additions and 57 deletions
+1
View File
@@ -3,6 +3,7 @@ module Shader.Compile
, makeShaderUsingShaderVAO
, makeSourcedShader
, setupVAO
, setupVertexAttribPointer
) where
import Shader.Data
import Shader.Parameters