Avokadoen / zig_vulkan

Toying with vulkan and zig

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make the static storage buffers static on the GPU

Avokadoen opened this issue · comments

Currently all compute buffers are considered host visible and transferable. This is not good for performance since these are not supposed to be changeable after initial draw call