Skip to content
Snippets Groups Projects

Resolve "Pipeline State Object"

Merged Mark Oliver Mints requested to merge 11-pipeline-state-object into develop
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
  • 7db16f5f
    [#16][Fix] correct queue create info flags, sorry · 7db16f5f
    Vanessa Karolek authored
+ 1
1
@@ -224,7 +224,7 @@ namespace vkcv
std::cout << "For Queue Family #" << i << " create " << create << " queues" << std::endl;
if (create > 0) {
vk::DeviceQueueCreateInfo qCreateInfo(
vk::DeviceQueueCreateFlagBits(),
vk::DeviceQueueCreateFlags(),
i,
create,
qPriorities.data()
Loading