Avokadoen / zig_vulkan

Toying with vulkan and zig
45 stars 2 forks source link

Race Condition related to device transfer of grid delta #108

Open Avokadoen opened 2 years ago

Avokadoen commented 2 years ago

Random unset voxels in mountain terrain: image

Waiting with calling updateGridDelta(ctx) until all grid changes are performed result in correct material data being assigned which means that this is a RC

Avokadoen commented 2 years ago

Bug introduced in commit 72b73480c41467c31cea1eaab00fce7c5cc78ade

Avokadoen commented 2 years ago

This seems to be a issue with buckets or workers working on the same data when it is not expected which introduces RC