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 have read the source code for the sprite plugin and I understand what RenderCommand is and how it works.
I just don't know what the meaning is. I need to write 36 lines of code to call the 3 functions of TrackedRenderPass. That looks overly complicated and abstracted. Is this to restrict access to World? Or is this for code reuse?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I have read the source code for the sprite plugin and I understand what RenderCommand is and how it works.
I just don't know what the meaning is. I need to write 36 lines of code to call the 3 functions of
TrackedRenderPass
. That looks overly complicated and abstracted. Is this to restrict access toWorld
? Or is this for code reuse?Beta Was this translation helpful? Give feedback.
All reactions