Commit before attempting to change cloud shading

This commit is contained in:
2023-03-20 15:09:13 +00:00
parent f4038fde46
commit 7ba374c1fd
8 changed files with 103 additions and 24 deletions
+2
View File
@@ -13,6 +13,7 @@ module Shader.Data
, vaoName
, shaderUINT
, shaderPrimitive
, shaderVAO
, textureObject
@@ -45,6 +46,7 @@ data FullShader = FullShader
data Shader = Shader
{ _shaderUINT :: GLuint -- should be shaderID
, _shaderPrimitive :: GLenum
, _shaderVAO :: VAO
}
{- | Vertex array object: contains the reference to the object,
and its buffer targets. -}