Clean up SDL GPU plugin #43
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
It's currently confusing because of the requirement of wrappers. Instead of needing wrappers to count refs, every object that depends on another's lifetime (like a texture and GPU device) should contain a reference on the object itself: so a texture should have a "gpu" property pointing to the device. The texture should then be stoned before returning.