]> git.tdb.fi Git - libs/gl.git/commit
Create image views in VulkanFramebuffer if necessary
authorMikko Rasa <tdb@tdb.fi>
Fri, 10 Dec 2021 13:53:46 +0000 (15:53 +0200)
committerMikko Rasa <tdb@tdb.fi>
Fri, 10 Dec 2021 23:32:45 +0000 (01:32 +0200)
commit806f14bc256bfb9dcd435e9985fabac8898e25f6
tree3f2aa2515d0b86347523639ebbeaa27d2d294268
parentc89c1fb972fae2cb2f720cb3ec6cf8238ae8d2e1
Create image views in VulkanFramebuffer if necessary

Using a specific mip level or array layer as an attachment requires a
view with suitable parameters.
source/backends/vulkan/framebuffer_backend.cpp
source/backends/vulkan/framebuffer_backend.h