Arch icon indicating copy to clipboard operation
Arch copied to clipboard

`CommandBuffer` for purely unmanaged structs

Open genaray opened this issue 2 years ago • 0 comments

The current CommandBuffer works for classes and structs of all kinds. However an additional unmanaged version for only unmanaged structs could potentially be faster and use less memory. From experience, only mostly unmanaged entities or components are recorded anyway.

This should be researched.

Idea

Nothing would change in the API. The way in which the CommandBuffer records the commands would only change internally. The only problem... managed structs and classes would no longer be supported.

genaray avatar Aug 23 '23 13:08 genaray