You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just downloaded this template and got a window that has a black screen (imgui does work though).
I'm on arch linux with clang 12 and I have a GTX 1050 Ti.
My vscode console spams the following errors each frame.
validation layer: Validation Error: [ VUID-VkMappedMemoryRange-size-01389 ] Object 0: handle = 0x69eeaa0000000047, type = VK_OBJECT_TYPE_DEVICE_MEMORY;
| MessageID = 0xee4872d | vkFlushMappedMemoryRanges: Size in pMemRanges[0] is VK_WHOLE_SIZE and the mapping end (0x28c8 = 0x0 + 0x28c8)
not a multiple of VkPhysicalDeviceLimits::nonCoherentAtomSize (0x40)
and not equal to the end of the memory object (0x2a00).
The Vulkan spec states: If size is equal to VK_WHOLE_SIZE,
the end of the current mapping of memory must either be a multiple of
VkPhysicalDeviceLimits::nonCoherentAtomSize bytes from the beginning of the memory object, or be equal to the end of the memory object (https://www.khronos.org/registry/vulkan/specs/1.2-extensions/html/vkspec.html#VUID-VkMappedMemoryRange-size-01389)
The text was updated successfully, but these errors were encountered:
I just downloaded this template and got a window that has a black screen (imgui does work though).
I'm on arch linux with clang 12 and I have a GTX 1050 Ti.
My vscode console spams the following errors each frame.
The text was updated successfully, but these errors were encountered: