KhronosGroup / OpenGL-Registry

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

Fix TextureWrapMode enum group #590

Closed NogginBops closed 9 months ago

NogginBops commented 11 months ago

This PR fixes the TextureWrapMode to contain only enums that are texture wrap modes. This means removing the TextureWrapMode group from GL_LINEAR_MIPMAP_LINEAR, and adding the group to a few extension defined enums.

SunSerega commented 11 months ago

1st commit added BOM. Well, I personally prefer it that way, but I imagine it wasn't intended this time.

P.S. And in the other PR too...

NogginBops commented 11 months ago

1st commit added BOM. Well, I personally prefer it that way, but I imagine it wasn't intended this time.

P.S. And in the other PR too...

VS code likes to do that without asking... will fix.

pdaniell-nv commented 9 months ago

Is this still a work-in-progress? It wasn't clear to me if it was complete and awaiting merge approval.

NogginBops commented 9 months ago

@pdaniell-nv this PR is complete.

pdaniell-nv commented 9 months ago

@oddhack, this is approved to merge.