mirror of
https://github.com/PancakeTAS/lsfg-vk.git
synced 2026-04-26 12:21:43 +00:00
parent
d4e4ec8df6
commit
bc481e65a5
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@ namespace {
|
|||
frameGen + 1);
|
||||
|
||||
auto queue = Utils::findQueue(*pDevice, physicalDevice, pCreateInfo,
|
||||
VK_QUEUE_GRAPHICS_BIT | VK_QUEUE_COMPUTE_BIT);
|
||||
VK_QUEUE_GRAPHICS_BIT);
|
||||
Log::debug("hooks", "Found queue at index {}: {:x}",
|
||||
queue.first, reinterpret_cast<uintptr_t>(queue.second));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue