shibukawa / nanovgo

zlib License
149 stars 32 forks source link

undefined: "github.com/goxjs/glfw".Stencil #5

Closed henrikcozza closed 8 years ago

henrikcozza commented 8 years ago

web.go:37: undefined: "github.com/goxjs/glfw".Stencil

I changed glfw.Stencil to glfw.StencilBits in web.go sample.

dmitshur commented 8 years ago

This looks valid and should be easy to fix.

As I mentioned in https://github.com/goxjs/glfw/pull/7#issuecomment-160389896:

Merged and applied the Depth -> DepthBits, Stencil -> StencilBits changes in b3b34e9. You'll want to update your code to use those.

@shibukawa, can you apply this fix?

shibukawa commented 8 years ago

Fix. Sorry for my late response.