Avokadoen / zig_vulkan

Toying with vulkan and zig
45 stars 2 forks source link

revert changes in render2d that enable standalone images #115

Closed Avokadoen closed 2 years ago

Avokadoen commented 2 years ago

This feature is overengineered (and only partially implemented) and does not fit the use case for render2d (large scale sprite rendering).

Manully go through commits between (inclusive) 44296b98e7dd5f30d66f731daa9be53b0484240f to 44296b98e7dd5f30d66f731daa9be53b0484240f and revert changes related to image rendering

Avokadoen commented 2 years ago

The best course of action might be to delete the whole module and potentially reintroduce it later if needed 🤔

Avokadoen commented 2 years ago

Render2d is removed