Avokadoen / zig_vulkan

Toying with vulkan and zig
45 stars 2 forks source link

Refactor Render2D vk pipeline code #110

Closed Avokadoen closed 2 years ago

Avokadoen commented 2 years ago

The code in render2d is moved from render module and was an attempt at a programmable/generic pipeline. This is overengineered and should be simplified since the code now only is supposed to work in context of render2d

Avokadoen commented 2 years ago

This code is removed from the repo