zig-gamedev / zopengl

OpenGL loader and bindings for Zig.
MIT License
2 stars 0 forks source link

Feature request: add OpenGL profiles 4.3 - 4.6 #3

Open CoffeeImpliesCode opened 1 day ago

CoffeeImpliesCode commented 1 day ago

Hello! Would it be possible to add profiles 4.3 - 4.6 to the bindings? For example compute shaders were introduced in 4.3, so this library currently has no glDispatchCompute etc., which makes me very sad.

CoffeeImpliesCode commented 13 hours ago

Btw is the bindings module autogenerated or bespoke?

hazeycode commented 1 hour ago

Btw is the bindings module autogenerated or bespoke?

So far the bindings have been hand written.