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
According to the description below: maxdrawcount specifies the maximum number of draws that are expected to be stored in the buffer, The variable maxdrawcount seems to have a sizei type.
And i found the signature of this function in glad as
Was this ever fixed? Only thing I can find is this, but this is a while ago and the spec still seems to have this issue? #17
I noticed that there are many other function signatures in opengl that also use ptr as the type for size (e.g., size in glBufferData), so I thought maybe this is a convention to ensure that this variable is always byte aligned?
There is a function signature error on page 369 of https://registry.khronos.org/OpenGL/specs/gl/glspec46.core.pdf
According to the description below:
maxdrawcount specifies the maximum number of draws that are expected to be stored in the buffer
, The variablemaxdrawcount
seems to have a sizei type.And i found the signature of this function in glad as
I think the type of intptr is very confusing and hard to understand
The text was updated successfully, but these errors were encountered: