ziglibs / zgl

Zig OpenGL Wrapper
MIT License
425 stars 62 forks source link

Add hasExtension, uniform2ui, uniform2i, uniform3f and uniform1i64, rename programUniform1u to programUniform1ui and fix name conflicts #16

Closed silversquirl closed 3 years ago

silversquirl commented 3 years ago

I wasn't sure whether to name it uniform1i64ARB or not, doesn't seem like there are any other functions from extensions yet. Let me know if you'd rather I used the suffixed name.