Commit graph

6 commits

Author SHA1 Message Date
Andreas Reiten
4597ea3fce
Update to multisample.cpp removing the depth resolve attachment and changing storeOp for the MSAA color attachment
I noticed an attachment was used for resolved depth, which Vulkan can't do. The storeOp for the MSAA color attachment can safely be changed to VK_ATTACHMENT_STORE_OP_DONT_CARE as it is resolved before the end of the subpass.
2018-07-10 02:00:20 +02:00
saschawillems
983c5d95da Use camera class 2018-04-13 19:45:05 +02:00
Igor Ostrowski
642a665144 multisampling, subpasses, textoverlay: Fix renderpass initial layout.
Fixes #418
2018-02-01 13:00:49 +01:00
saschawillems
df223f5b9b Result (exit) codes for fatal terminations 2018-01-21 18:28:17 +01:00
amhagan
fd5996cbc0 Fix multisampling example for AMD hardware. 2018-01-10 12:55:28 -05:00
saschawillems
94a076e1ae Moved example source files into sub folder 2017-11-12 19:32:09 +01:00