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

Fixed stencil operation function calls #29

Closed emptyflash closed 8 years ago

emptyflash commented 8 years ago

It seems that the native module was calling the wrong WebGL functions for both stencil FunctionCalls, resulting in an undefined is not a function error.

w0rm commented 8 years ago

Thanks!