glthread: add/update count and marshal fields for many GL functions
[mesa.git] / src / mapi / glapi / gen / NV_vdpau_interop.xml
index ceef7bdc9acb812208376c26564c69119de73579..7bf8fdfb4f143cce6a8248492d79d944e1a8e1f8 100644 (file)
 
     <function name="VDPAUMapSurfacesNV">
        <param name="numSurfaces" type="GLsizei"/>
-       <param name="surfaces" type="const GLintptr *"/>
+       <param name="surfaces" type="const GLintptr *" count="numSurfaces"/>
     </function>
 
     <function name="VDPAUUnmapSurfacesNV">
        <param name="numSurfaces" type="GLsizei"/>
-       <param name="surfaces" type="const GLintptr *"/>
+       <param name="surfaces" type="const GLintptr *" count="numSurfaces"/>
     </function>
 
     <enum name="SURFACE_STATE_NV"      value="0x86EB"/>