elm-community / elm-webgl

Moved to elm-explorations/webgl
http://package.elm-lang.org/packages/elm-explorations/webgl/latest
BSD 3-Clause "New" or "Revised" License
95 stars 22 forks source link

Added gl.BOOL to createUniformSetters #39

Closed nacmartin closed 8 years ago

nacmartin commented 8 years ago

I am using gl.uniform1i as gl type based on https://github.com/gpjt/webgl-lessons/blob/master/lesson07/index.html#L435 (I am replicating the NeHe lessons in elm-webgl)