]> git.tdb.fi Git - libs/gl.git/history - source/backends/vulkan/pipelinestate_backend.cpp
Set push constants only for enabled shader stages
[libs/gl.git] / source / backends / vulkan / pipelinestate_backend.cpp
2021-11-22 Mikko RasaSet push constants only for enabled shader stages
2021-11-22 Mikko RasaImplement textures and samplers for Vulkan
2021-11-21 Mikko RasaAlways apply push constants
2021-11-21 Mikko RasaTrack the in-use state of resource bindings in Pipeline...
2021-11-21 Mikko RasaUpdate all descriptor sets when the used shader changes
2021-11-21 Mikko RasaSet color write mask if no blending is used
2021-11-19 Mikko RasaTreat clear() with null parameter as invalidate
2021-11-18 Mikko RasaInitial implementation of Vulkan backend