KhronosGroup / OpenGL-Registry

OpenGL, OpenGL ES, and OpenGL ES-SC API and Extension Registry
677 stars 274 forks source link

Update vendor to "QCOM" and fix group for new enums #610

Closed MatAshish closed 4 months ago

MatAshish commented 4 months ago

This updates vendor name from "Qualcomm" to "QCOM" and fix group for new enums 0x9710 and 0x9711.

SunSerega commented 4 months ago

It's still a bit wrong... TextureParameter also doesn't exist as a group - but there is TextureParameterName.

SunSerega commented 4 months ago

Also, almost all enums are mentioned again below, in <require> block, within <feature> or <extension>. But it's alright to not have them there, if you have reserved these enums for an extension, which you are planning to publish later.

MatAshish commented 4 months ago

I will fix it with the new extension PR soon.