summaryrefslogtreecommitdiff
path: root/src/vk/graphics_pipeline_3d_skeletal.hpp
AgeCommit message (Collapse)Author
2023-10-02refa Remove redundant framebuffersFrederico Linhares
* src/vk/framebuffer.hpp: Move to this class all the framebuffers.
2023-09-30refa Remove redundant descriptor setsFrederico Linhares
* src/vk/light.hpp: Move to this class, the descriptor sets used for lighting by the 3D graphics pipelines.
2023-09-15feat Create skeletal meshFrederico Linhares