ziglibs / zgl

Zig OpenGL Wrapper
MIT License
425 stars 62 forks source link

Allow loadExtensions to return an error #68

Closed BanchouBoo closed 1 year ago

BanchouBoo commented 1 year ago

binding.load can return an error but loadExtensions does not do anything to handle the error, this corrects that.