KhronosGroup / OpenGL-Registry

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

Update maxdrawcount parameter type in ARB_indirect_parameters to be consistent #441

Closed pdaniell-nv closed 3 years ago

pdaniell-nv commented 3 years ago

Fixes issue https://github.com/KhronosGroup/OpenGL-API/issues/77.

The "maxdrawcount" parameter type wasn't self-consistent within the ARB_indirect_parameters extension specification. It should be the same "sizei" type everywhere in the spec.

oddhack commented 3 years ago

Looks fine, consistent with API spec.

pdaniell-nv commented 3 years ago

@oddhack this is approved to merge. We can close https://github.com/KhronosGroup/OpenGL-API/issues/77 once merged.