KhronosGroup / OpenGL-Registry

OpenGL, OpenGL ES, and OpenGL ES-SC API and Extension Registry
690 stars 276 forks source link

Add missing glVertexAttribI* functions in EXT_gpu_shader4 #464

Closed eddiejames closed 3 years ago

eddiejames commented 3 years ago

These functions were previously listed only in NV_vertex_program4, but are described in both extension specifications. The NV_vertex_program4 extension explicitly states that they are shared with EXT_gpu_shader4, so the xml should reflect this.

Fixes https://github.com/KhronosGroup/OpenGL-Registry/issues/463

oddhack commented 3 years ago

Looks fine to me.

pdaniell-nv commented 3 years ago

Looks fine to me.

@oddhack thanks for taking a look. This is approved to merge.