KhronosGroup / OpenGL-Registry

OpenGL, OpenGL ES, and OpenGL ES-SC API and Extension Registry
689 stars 275 forks source link

Rename group attribute for non GLenum parameters not corresponding to any enum group #534

Closed NogginBops closed 1 year ago

NogginBops commented 2 years ago

Fixes #517

I've used the word kind here to indicate that the label indicates the kind if value the parameter is (eg ClampedFloat32 or CoordF). I was thinking about other words to use such as "attrib", "category", "variety", "set" or "label", but personally it seemed like "kind" was the best, most descriptive name.

@Perksey @SunSerega comments?

NogginBops commented 1 year ago

Fixed merge conflicts.