ziglibs / zgl

Zig OpenGL Wrapper
MIT License
425 stars 62 forks source link

implements cw & ccw face call #72

Closed Chiheisen closed 1 year ago

Chiheisen commented 1 year ago

Adds glFrontface (vertex winding order). While not actually necessary due to cullface, it's nice to have.