]> git.tdb.fi Git - libs/gl.git/history - source/backends/vulkan/framebuffer_backend.cpp
Create image views in VulkanFramebuffer if necessary
[libs/gl.git] / source / backends / vulkan / framebuffer_backend.cpp
2021-12-10 Mikko RasaCreate image views in VulkanFramebuffer if necessary
2021-12-09 Mikko RasaTrack the number of layers in Framebuffer
2021-12-04 Mikko RasaStore the number of mipmap levels in the Texture base...
2021-11-30 Mikko RasaRefactor Synchronizer to deal with individual mipmap...
2021-11-22 Mikko RasaImplement textures and samplers for Vulkan
2021-11-21 Mikko RasaMake framebuffer attachment accessors public
2021-11-19 Mikko RasaCheck if render target is swapchain and set to_present...
2021-11-19 Mikko RasaTreat clear() with null parameter as invalidate
2021-11-18 Mikko RasaInitial implementation of Vulkan backend