suppress some warnings
This commit is contained in:
@@ -34,7 +34,7 @@ namespace OpenVulkano::Vulkan
|
||||
throw std::runtime_error("The provided window is not compatible with Vulkan.");
|
||||
}
|
||||
context.Init(graphicsAppManager, vulkanWindow);
|
||||
for (int i = 0; i < context.swapChain.GetImageCount(); i++)
|
||||
for (uint32_t i = 0; i < context.swapChain.GetImageCount(); i++)
|
||||
{
|
||||
waitSemaphores.emplace_back();
|
||||
vk::Semaphore sema = context.device->device.createSemaphore({});
|
||||
|
||||
Reference in New Issue
Block a user