ziglibs / zgl

Zig OpenGL Wrapper
MIT License
425 stars 62 forks source link

Inconsistency between Type and ElementType #22

Closed silversquirl closed 6 months ago

silversquirl commented 3 years ago

In Type, the OpenGL names are used for types, eg. unsigned_byte etc. In ElementType, the Zig names are used for the same types, eg. u8 etc.

One set of names should be chosen and used consistently throughout zgl.