Skip to content

Commit

Permalink
sandbox: Add missing stageMask to signal semaphore
Browse files Browse the repository at this point in the history
  • Loading branch information
yeetari committed Apr 10, 2024
1 parent 36ffca4 commit fd848be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sandbox/main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@ static void sandbox_main(bool enable_validation, StringView scene_name) {
vkb::SemaphoreSubmitInfo{
.sType = vkb::StructureType::SemaphoreSubmitInfo,
.semaphore = *frame.present_semaphore(),
.stageMask = vkb::PipelineStage2::AllCommands,
},
};
Array wait_semaphores{
Expand Down

0 comments on commit fd848be

Please sign in to comment.