Closed NogginBops closed 3 years ago
The changes for the two methods: glGetnMapdv, glGetnPixelMapfv were also reflected and implented in my PR #438
@oddhack this change is approved to merge if you're happy with it.
With some further looking by @frederikja163, we found around 180 other functions similar to this where the ARB version has a len
attribute while the non-ARB version doesn't.
There where a few functions that had
<param>
s there where missing alen
attribute while the functions ARB counterpart had them. This PR fixes these inconsistencies.glGetnMapdv
andglGetnPixelMapfv
and their ARB counterparts where also modified to useCOMPSIZE
as their length depends on the pointer element size as well.