Closed pdaniell-nv closed 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.
Looks fine, consistent with API spec.
@oddhack this is approved to merge. We can close https://github.com/KhronosGroup/OpenGL-API/issues/77 once merged.
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.