Avokadoen / zig_vulkan

Toying with vulkan and zig
45 stars 2 forks source link

Only send data to gpu in pipeline draw #119

Open Avokadoen opened 2 years ago

Avokadoen commented 2 years ago

Currently any module is allowed to send buffer data at any time. This causes artifacts for rendering, i.e for camera movement

The rendering pipeline should be responsible to push data in the draw call at the correct moment