KhronosGroup / OpenGL-Registry

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

Added group PixelType to multiple-enums #529

Closed NogginBops closed 1 year ago

NogginBops commented 2 years ago

Fixes #500

Adds the PixelType group to the following enums

GL_HALF_FLOAT
GL_HALF_FLOAT_ARB
GL_HALF_FLOAT_NV
GL_HALF_APPLE
GL_UNSIGNED_INT_24_8
GL_UNSIGNED_INT_24_8_EXT
GL_UNSIGNED_INT_24_8_NV
GL_UNSIGNED_INT_24_8_OES
GL_UNSIGNED_INT_10F_11F_11F_REV
GL_UNSIGNED_INT_10F_11F_11F_REV_APPLE
GL_UNSIGNED_INT_10F_11F_11F_REV_EXT
GL_UNSIGNED_INT_5_9_9_9_REV
GL_UNSIGNED_INT_5_9_9_9_REV_APPLE
GL_UNSIGNED_INT_5_9_9_9_REV_EXT
GL_FLOAT_32_UNSIGNED_INT_24_8_REV
GL_FLOAT_32_UNSIGNED_INT_24_8_REV_NV
SunSerega commented 2 years ago

I can see other enums on this msdn page, which are present and groupless in XML. Maybe they are also relevant?

NogginBops commented 2 years ago

@SunSerega Added the missing enums.

pdaniell-nv commented 2 years ago

@oddhack this is approved to merge.