deactivate unused uniform
This commit is contained in:
parent
155be720b3
commit
747d7379ae
1 changed files with 1 additions and 1 deletions
|
@ -186,7 +186,7 @@ main = do
|
||||||
let newRed = redValue + incrementValue
|
let newRed = redValue + incrementValue
|
||||||
|
|
||||||
-- write data to the uniform
|
-- write data to the uniform
|
||||||
setUniform sp "u_color" (GL.Color4 newRed 0.5 0 1 :: GL.Color4 GL.GLfloat)
|
-- setUniform sp "u_color" (GL.Color4 newRed 0.5 0 1 :: GL.Color4 GL.GLfloat)
|
||||||
|
|
||||||
-- the actual drawing happens here
|
-- the actual drawing happens here
|
||||||
draw vao ibo sp
|
draw vao ibo sp
|
||||||
|
|
Loading…
Reference in a new issue