FNA-XNA / FNA3D

FNA3D - 3D Graphics Library for FNA
http://fna-xna.github.io/
Other
281 stars 46 forks source link

[WIP] Refactor Vulkan's memory management into common code #171

Closed TheSpydog closed 1 year ago

TheSpydog commented 1 year ago

Once complete, this should help future backends (and SDL_GPU) wrangle memory management without having to copy-paste a bunch of logic from the Vulkan driver.

Rough Todo List:

TheSpydog commented 1 year ago

I think this is going in the wrong direction design-wise. Closing for now, will try something else.