Work on distortion shader

This commit is contained in:
2025-11-15 13:21:11 +00:00
parent 5dfc97a683
commit d436b853eb
8 changed files with 44 additions and 55 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ data RenderData = RenderData
, _fullscreenShader :: GLuint
, _transparencyCompShader :: GLuint
, _bloomBlurShader :: GLuint
, _barrelShader :: (Shader,VBO)
, _barrelShader :: (GLuint,VBO)
, _shapeShader :: GLuint
, _shapeEBO :: UintBO
, _silhouetteEBO :: UintBO