]> git.tdb.fi Git - libs/gl.git/history - source/backends/vulkan/pipelinestate_backend.h
Support compute shaders and compute operations
[libs/gl.git] / source / backends / vulkan / pipelinestate_backend.h
2022-04-15 Mikko RasaSupport compute shaders and compute operations
2022-04-15 Mikko RasaAdd support for storage images in Renderer and Pipeline...
2022-03-19 Mikko RasaAdd a wrapper class for recording Vulkan commands
2022-03-17 Mikko RasaRebind all descriptor sets if push constant layout...
2022-03-16 Mikko RasaFix binding of descriptor sets of the new pipeline...
2022-03-16 Mikko RasaInitialize pipeline handle
2022-03-16 Mikko RasaRewrite descriptor set management
2022-01-15 Mikko RasaApply only changed parts of VulkanPipelineState
2021-12-20 Mikko RasaMultiplex streaming buffer contents on Vulkan
2021-12-12 Mikko RasaRefactor handling of viewport Y axis
2021-12-10 Mikko RasaSupport binding individual mipmap levels of textures
2021-11-18 Mikko RasaInitial implementation of Vulkan backend