Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-10-27 | feat Create an interface to change field of view | Frederico Linhares | |
2023-09-29 | refa Move all descriptor sets to a new class | Frederico 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-09-28 | styl Rename ODO structures to UDO | Frederico Linhares | |
* src/vk/uniform_data_object.hpp: I do not remember why I named these structs ODO. UDO makes more sense as they represents "uniform data objects." | |||
2023-01-06 | refa Use Push constants for sprites and rectangles | Frederico Linhares | |
2022-12-23 | feat Add size to projections in 2D views | Frederico Linhares | |
2022-12-23 | refa Merge Rectangle into Vector4D | Frederico Linhares | |
2022-09-21 | feat Create View2D | Frederico Linhares | |