You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Various functions (glVertexAttribPointer, etc) have arguments that accept void * or similar but also accept (or in core, only accept) an offset into a bound buffer. It would be nice to indicate that in the XML.
(I have a partial list, so could submit a PR for those, just need to know how to mark it in the XML. group="OffsetOrPointer" maybe, or new attribute?)
The text was updated successfully, but these errors were encountered:
I think group= would be OK. There's already a group="String" used in a few places and that's not a scalar type (nor is there any attempt to define it in the XML).
Various functions (
glVertexAttribPointer
, etc) have arguments that acceptvoid *
or similar but also accept (or in core, only accept) an offset into a bound buffer. It would be nice to indicate that in the XML.(I have a partial list, so could submit a PR for those, just need to know how to mark it in the XML.
group="OffsetOrPointer"
maybe, or new attribute?)The text was updated successfully, but these errors were encountered: