<div dir="ltr">Hi,<div> </div><div> This may not be the right forum to ask this, but I didn't know of a better forum, so I thought I can ask here.</div><div><br></div><div> I'm new to OpenGL. I am looking at XML registry for OpenGL and there are some parameters with attributes containing a function COMPSIZE (I've pasted an example below).</div><div> I tried to find information on what the COMPSIZE function is, where/how it is used, etc, but couldn't find documentation or credible information on the Internet.</div><div> Any information or pointer to that would be really helpful. </div><div><br></div><div> Thanks, </div><div>    Shervin</div><div><br></div><div><br></div><div><br></div><div>This example is from gl.xml in the OpenGL registry:</div><div><br></div><div><div>        <command></div><div>            <proto>void <name>glBinormalPointerEXT</name></proto></div><div>            <param group="BinormalPointerTypeEXT"><ptype>GLenum</ptype> <name>type</name></param></div><div>            <param><ptype>GLsizei</ptype> <name>stride</name></param></div><div>            <param len="<span style="background-color:rgb(255,255,0)">COMPSIZE(type,stride)</span>">const void *<name>pointer</name></param></div><div>        </command></div></div></div>