This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ERROR: [ParameterValidation] Code 1 : VkDeviceCreateInfo parameter, uint32_t pQueueCreateInfos[0]->queueCount cannot be more than the number of queues for the given family index. | |
ERROR: [Image] Code 13 : CreateImage extents exceed allowable limits for format: Width = 1280 Height = 697 Depth = 1: Limits for Width = 0 Height = 0 Depth = 0 for format VK_FORMAT_D32_SFLOAT_S8_UINT. | |
ERROR: [Image] Code 13 : CreateImage resource size exceeds allowable maximum Image resource size = 0x367400, maximum resource size = 0x0 | |
ERROR: [Image] Code 13 : CreateImage mipLevels=1 exceeds allowable maximum supported by format of 0 | |
ERROR: [Image] Code 13 : CreateImage arrayLayers=1 exceeds allowable maximum supported by format of 0 | |
ERROR: [Image] Code 13 : CreateImage samples VK_SAMPLE_COUNT_1_BIT is not supported by format 0x00000000 | |
ERROR: [DS] Code 44 : vkCreateFramebuffer(): VkFramebufferCreateInfo attachment #0 has format of VK_FORMAT_B8G8R8A8_SRGB that does not match the format of VK_FORMAT_B8G8R8A8_UNORM used by the corres |