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
I would like to create an internal method that wraps legion, but since many of the bounds used internally (such as KnownLength, Aos, etc.) are private, most things I am trying to do, such as creating a bound for the types I can pass into CommandBuffer::push, are not possible.
The text was updated successfully, but these errors were encountered:
I would like to create an internal method that wraps legion, but since many of the bounds used internally (such as
KnownLength
,Aos
, etc.) are private, most things I am trying to do, such as creating a bound for the types I can pass intoCommandBuffer::push
, are not possible.The text was updated successfully, but these errors were encountered: