Skip to content

Commit

Permalink
NanovgSession : Fix compile
Browse files Browse the repository at this point in the history
  • Loading branch information
vinsentli committed Dec 18, 2024
1 parent 8387a6b commit 4429db6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell/renderSessions/NanovgSession.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ int NanovgSession::loadDemoData(NVGcontext* vg, DemoData* data) {
}

void NanovgSession::initialize() noexcept {
const CommandQueueDesc desc{.type = CommandQueueType::Graphics};
const CommandQueueDesc desc;
commandQueue_ = getPlatform().getDevice().createCommandQueue(desc, nullptr);

renderPass_.colorAttachments.resize(1);
Expand Down

0 comments on commit 4429db6

Please sign in to comment.