]> git.tdb.fi Git - libs/gl.git/commit
Use correct to_present flag when creating framebuffers and pipelines
authorMikko Rasa <tdb@tdb.fi>
Thu, 1 Sep 2022 19:32:37 +0000 (22:32 +0300)
committerMikko Rasa <tdb@tdb.fi>
Thu, 1 Sep 2022 19:32:37 +0000 (22:32 +0300)
commit98f72f1666f45fa96407c96ff2bb88a5962e66c9
treef864ffa1f1776adacee3c771afb714dd9666de09
parentfcc065736e303088ef121c554318e0cc028a0666
Use correct to_present flag when creating framebuffers and pipelines

After a recent update validation layers started complaining about
incompatible render passes because subpass dependencies did not match.
source/backends/vulkan/framebuffer_backend.cpp
source/backends/vulkan/pipelinestate_backend.cpp