zgl
zgl copied to clipboard
Inconsistency between Type and ElementType
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.