Avokadoen / zig_vulkan

Toying with vulkan and zig

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Only send data to gpu in pipeline draw

Avokadoen opened this issue · comments

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