Avokadoen / zig_vulkan

Toying with vulkan and zig
45 stars 2 forks source link

Split BucketStorage so that each worker gets a unique storage instance #98

Closed Avokadoen closed 2 years ago

Avokadoen commented 2 years ago

Try splitting BucketStorage so that each thread gets a storage. This will remove a lot of the mutex logic, but might cause memory fragmentation in the GPU.