Skip to content

Commit

Permalink
Merge branch 'master' into Shadows
Browse files Browse the repository at this point in the history
  • Loading branch information
robertosfield committed Sep 25, 2023
2 parents 18d7204 + 1a7f6cc commit 6e03d7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vsg/app/Viewer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ void Viewer::assignRecordAndSubmitTaskAndPresentation(CommandGraphs in_commandGr
// get main queue used for RecordAndSubmitTask
ref_ptr<Queue> mainQueue = device->getQueue(deviceQueueFamily.queueFamily);

// get presentat queue if required/supported
// get presentation queue if required/supported
ref_ptr<Queue> presentQueue;
if (deviceQueueFamily.presentFamily >= 0) presentQueue = device->getQueue(deviceQueueFamily.presentFamily);

Expand Down

0 comments on commit 6e03d7e

Please sign in to comment.