Avokadoen / zig_vulkan

Toying with vulkan and zig
45 stars 1 forks source link

Make the static storage buffers static on the GPU #131

Closed Avokadoen closed 2 years ago

Avokadoen commented 2 years ago

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