Skip to content
Snippets Groups Projects

Resolve "Swapchain Class"

Merged Ghost User requested to merge 16-swapchain-class into develop
4 files
+ 46
19
Compare changes
  • Side-by-side
  • Inline
Files
4
  • 532c53a9
    [#16] added queue handles as context members and context function to access... · 532c53a9
    Katharina Krämer authored
    [#16] added queue handles as context members and  context function to access the right queuefamily index
@@ -8,8 +8,8 @@ int main(int argc, const char** argv) {
vkcv::Context context = vkcv::Context::create(
applicationName,
VK_MAKE_VERSION(0, 0, 1),
20,
{vk::QueueFlagBits::eGraphics, vk::QueueFlagBits::eTransfer},
2,
{vk::QueueFlagBits::eTransfer},
{},
{"VK_KHR_swapchain"}
);
Loading