summaryrefslogtreecommitdiff
path: root/src/vk/graphics_pipeline_2d_wired_layout.hpp
AgeCommit message (Collapse)Author
2023-09-29refa Move all descriptor sets to a new classFrederico Linhares
* src/vk/descriptor_set_layout.hpp: Moving all descriptor sets in the same class makes it easier to identify code duplication. * src/vk/graphics_pipeline_2d_solid_layout.cpp, src/vk/graphics_pipeline_2d_wired_layout.cpp, src/vk/graphics_pipeline_3d_layout.cpp: Remove redundant descriptor set layouts.
2023-01-06refa Use Push constants for sprites and rectanglesFrederico Linhares
2022-11-09feat create method Rectangle#drawFrederico Linhares