]> git.tdb.fi Git - libs/gl.git/commit
Tweak handling flags in PipelineState::set_framebuffer
authorMikko Rasa <tdb@tdb.fi>
Fri, 1 Oct 2021 15:26:07 +0000 (18:26 +0300)
committerMikko Rasa <tdb@tdb.fi>
Fri, 1 Oct 2021 16:36:23 +0000 (19:36 +0300)
commit3c0cbf0529aa06d9809ad3aa9e282400e8209b4d
tree0cc2b6c7a1a165248f23f334c436373496ad92fc
parent9786a581e0b1b66646ab3def3c49aa3a6360aa36
Tweak handling flags in PipelineState::set_framebuffer

Viewports work slightly differently on Vulkan, so set only the
framebuffer flag here and instead check both when applying the state.
source/core/pipelinestate.cpp