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
The profiles testing procedure in the manual testing document turns out many more warnings besides the force maxImageDimensionsCube when testing on a Windows 11 ARM machine with the Qualcomm driver.
I don't think these are a "must fix", I'm posting this here for @christophe to be aware, and will defer to his judgement as to if this is a "must fix" for this SDK.
Vulkan Development Status:
Vulkan Layers Controlled by "ScreenShot" configuration
Environment variables:
VULKAN_SDK: C:\VulkanSDK\1.3.296.0
VK_LOCAL: C:\Users\richa\VulkanSDK
Vulkan Loader version: 1.3.296
User-Defined Layers locations:
VK_LAYER_PATH variable: None
Per-configuration paths: None
VK_ADD_LAYER_PATH variable: None
vk_layer_settings.txt uses the default platform path:
C:\Users\richa\AppData\Local\LunarG\vkconfig\override
Available Layers:
VK_LAYER_MSFT_driver_sorting
VK_LAYER_MSFT_driver_sorting
GalaxyOverlayVkLayer
GalaxyOverlayVkLayer_VERBOSE
GalaxyOverlayVkLayer_DEBUG
VK_LAYER_LUNARG_gfxreconstruct
VK_LAYER_LUNARG_api_dump
VK_LAYER_KHRONOS_synchronization2
VK_LAYER_KHRONOS_validation
VK_LAYER_LUNARG_monitor
VK_LAYER_LUNARG_screenshot
VK_LAYER_KHRONOS_profiles
VK_LAYER_KHRONOS_shader_object
Physical Devices:
Qualcomm(R) Adreno(TM) X1-85 GPU with Vulkan 1.3.276
deviceUUID: 435100000600000012C56000140012C5
driverUUID: 04000000010000000200000000000000
Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU) with Vulkan 1.2.295
deviceUUID: 08DAC6D57C8AEAF4A2D61199B148AD0F
driverUUID: E42AC1D955A1140170FC5D471C16B2C4
Microsoft Direct3D12 (Microsoft Basic Render Driver) with Vulkan 1.2.295
PROFILES NOTIFICATION: Found "Qualcomm(R) Adreno(TM) X1-85 GPU" with Vulkan 1.3.276 driver.
PROFILES NOTIFICATION: - Overriding device capabilities with the 'VP_LUNARG_desktop_baseline_2023' profile capabilities.
PROFILES NOTIFICATION: - Adding promoted extensions to core in Vulkan (1.2).
PROFILES WARNING: 'uniformAndStorageBuffer16BitAccess' profile value is enabled in the profile, but the device (Qualcomm(R) Adreno(TM) X1-85 GPU) does not support it
PROFILES WARNING: 'uniformAndStorageBuffer8BitAccess' profile value is enabled in the profile, but the device (Qualcomm(R) Adreno(TM) X1-85 GPU) does not support it
PROFILES WARNING: 'maxBoundDescriptorSets' profile value (8) is greater than device (Qualcomm(R) Adreno(TM) X1-85 GPU) value (7)
PROFILES WARNING: 'maxFragmentInputComponents' profile value (116) is greater than device (Qualcomm(R) Adreno(TM) X1-85 GPU) value (112)
PROFILES WARNING: 'maxStorageBufferRange' profile value (1073741820) is greater than device (Qualcomm(R) Adreno(TM) X1-85 GPU) value (134217728)
PROFILES WARNING: 'maxMemoryAllocationSize' profile value (1610612736) is greater than device (Qualcomm(R) Adreno(TM) X1-85 GPU) value (1073741824)
PROFILES WARNING: 'subgroupSupportedStages' profile value (50) has bits set that the device (Qualcomm(R) Adreno(TM) X1-85 GPU) value (48) does not
PROFILES WARNING: 'independentResolve' profile value is enabled in the profile, but the device (Qualcomm(R) Adreno(TM) X1-85 GPU) does not support it
PROFILES WARNING: 'independentResolveNone' profile value is enabled in the profile, but the device (Qualcomm(R) Adreno(TM) X1-85 GPU) does not support it
PROFILES WARNING: 'maxDescriptorSetUpdateAfterBindInputAttachments' profile value (256) is greater than device (Qualcomm(R) Adreno(TM) X1-85 GPU) value (8)
PROFILES WARNING: 'maxPerStageDescriptorUpdateAfterBindInputAttachments' profile value (64) is greater than device (Qualcomm(R) Adreno(TM) X1-85 GPU) value (8)
PROFILES NOTIFICATION: - VkPhysicalDeviceProperties API version: 1.2.148. Using the API version specified by the profile.
PROFILES NOTIFICATION: Found "Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)" with Vulkan 1.2.295 driver.
PROFILES NOTIFICATION: - Overriding device capabilities with the 'VP_LUNARG_desktop_baseline_2023' profile capabilities.
PROFILES NOTIFICATION: - Adding promoted extensions to core in Vulkan (1.2).
PROFILES WARNING: 'dualSrcBlend' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) does not support it
PROFILES WARNING: 'fullDrawIndexUint32' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) does not support it
PROFILES WARNING: 'inheritedQueries' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) does not support it
PROFILES WARNING: 'largePoints' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) does not support it
PROFILES WARNING: 'multiViewport' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) does not support it
PROFILES WARNING: 'shaderTessellationAndGeometryPointSize' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) does not support it
PROFILES WARNING: 'tessellationShader' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) does not support it
PROFILES WARNING: Profile requires by VkPhysicalDeviceImageRobustnessFeaturesEXT capabilities, but VK_EXT_image_robustness is not supported by the device.
PROFILES WARNING: 'robustImageAccess' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) does not support it
PROFILES WARNING: Profile requires by VkPhysicalDeviceInlineUniformBlockFeaturesEXT capabilities, but VK_EXT_inline_uniform_block is not supported by the device.
PROFILES WARNING: 'descriptorBindingInlineUniformBlockUpdateAfterBind' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) does not support it
PROFILES WARNING: 'inlineUniformBlock' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) does not support it
PROFILES WARNING: Profile requires by VkPhysicalDeviceRobustness2FeaturesEXT capabilities, but VK_EXT_robustness2 is not supported by the device.
PROFILES WARNING: 'robustImageAccess2' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) does not support it
PROFILES WARNING: Profile requires by VkPhysicalDeviceTexelBufferAlignmentFeaturesEXT capabilities, but VK_EXT_texel_buffer_alignment is not supported by the device.
PROFILES WARNING: 'texelBufferAlignment' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) does not support it
PROFILES WARNING: 'variablePointers' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) does not support it
PROFILES WARNING: 'variablePointersStorageBuffer' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) does not support it
PROFILES WARNING: 'shaderInt8' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) does not support it
PROFILES WARNING: 'storageBuffer8BitAccess' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) does not support it
PROFILES WARNING: 'uniformAndStorageBuffer8BitAccess' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) does not support it
PROFILES WARNING: 'framebufferColorSampleCounts' profile value (7) has bits set that the device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) value (5) does not
PROFILES WARNING: 'framebufferDepthSampleCounts' profile value (7) has bits set that the device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) value (5) does not
PROFILES WARNING: 'framebufferNoAttachmentsSampleCounts' profile value (7) has bits set that the device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) value (5) does not
PROFILES WARNING: 'framebufferStencilSampleCounts' profile value (7) has bits set that the device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) value (5) does not
PROFILES WARNING: 'maxDescriptorSetStorageBuffersDynamic' profile value (8) is greater than device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) value (4)
PROFILES WARNING: 'maxDrawIndexedIndexValue' profile value (4294967295) is greater than device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) value (16777215)
PROFILES WARNING: 'maxFragmentDualSrcAttachments' profile value (1) is greater than device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) value (0)
PROFILES WARNING: 'maxStorageBufferRange' profile value (1073741820) is greater than device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) value (134217728)
PROFILES WARNING: 'maxTessellationControlPerPatchOutputComponents' profile value (120) is greater than device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) value (0)
PROFILES WARNING: 'maxTessellationControlPerVertexInputComponents' profile value (124) is greater than device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) value (0)
PROFILES WARNING: 'maxTessellationControlPerVertexOutputComponents' profile value (124) is greater than device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) value (0)
PROFILES WARNING: 'maxTessellationControlTotalOutputComponents' profile value (2048) is greater than device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) value (0)
PROFILES WARNING: 'maxTessellationEvaluationInputComponents' profile value (124) is greater than device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) value (0)
PROFILES WARNING: 'maxTessellationEvaluationOutputComponents' profile value (124) is greater than device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) value (0)
PROFILES WARNING: 'maxTessellationGenerationLevel' profile value (64) is greater than device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) value (0)
PROFILES WARNING: 'maxTessellationPatchSize' profile value (32) is greater than device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) value (0)
PROFILES WARNING: 'maxVertexInputAttributes' profile value (28) is greater than device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) value (16)
PROFILES WARNING: 'optimalBufferCopyOffsetAlignment' profile value (256) is lesser than device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) value (512)
PROFILES WARNING: 'optimalBufferCopyRowPitchAlignment' profile value (128) is lesser than device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) value (256)
PROFILES WARNING: 'sampledImageColorSampleCounts' profile value (7) has bits set that the device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) value (5) does not
PROFILES WARNING: 'sampledImageDepthSampleCounts' profile value (7) has bits set that the device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) value (5) does not
PROFILES WARNING: 'sampledImageIntegerSampleCounts' profile value (7) has bits set that the device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) value (1) does not
PROFILES WARNING: 'sampledImageStencilSampleCounts' profile value (7) has bits set that the device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) value (5) does not
PROFILES WARNING: 'subgroupSupportedStages' profile value (50) has bits set that the device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) value (57) does not
PROFILES WARNING: 'maxDescriptorSetUpdateAfterBindStorageBuffersDynamic' profile value (8) is greater than device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) value (4)
PROFILES WARNING: 'maxUpdateAfterBindDescriptorsInAllPools' profile value (1048576) is greater than device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) value (1000000)
PROFILES WARNING: 'shaderSignedZeroInfNanPreserveFloat32' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) does not support it
PROFILES NOTIFICATION: - VkPhysicalDeviceProperties API version: 1.2.148. Using the API version specified by the profile.
PROFILES NOTIFICATION: Found "Microsoft Direct3D12 (Microsoft Basic Render Driver)" with Vulkan 1.2.295 driver.
PROFILES NOTIFICATION: - Overriding device capabilities with the 'VP_LUNARG_desktop_baseline_2023' profile capabilities.
PROFILES NOTIFICATION: - Adding promoted extensions to core in Vulkan (1.2).
PROFILES WARNING: 'dualSrcBlend' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) does not support it
PROFILES WARNING: 'fullDrawIndexUint32' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) does not support it
PROFILES WARNING: 'inheritedQueries' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) does not support it
PROFILES WARNING: 'largePoints' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) does not support it
PROFILES WARNING: 'multiViewport' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) does not support it
PROFILES WARNING: 'shaderTessellationAndGeometryPointSize' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) does not support it
PROFILES WARNING: 'tessellationShader' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) does not support it
PROFILES WARNING: Profile requires by VkPhysicalDeviceImageRobustnessFeaturesEXT capabilities, but VK_EXT_image_robustness is not supported by the device.
PROFILES WARNING: 'robustImageAccess' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) does not support it
PROFILES WARNING: Profile requires by VkPhysicalDeviceInlineUniformBlockFeaturesEXT capabilities, but VK_EXT_inline_uniform_block is not supported by the device.
PROFILES WARNING: 'descriptorBindingInlineUniformBlockUpdateAfterBind' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) does not support it
PROFILES WARNING: 'inlineUniformBlock' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) does not support it
PROFILES WARNING: Profile requires by VkPhysicalDeviceRobustness2FeaturesEXT capabilities, but VK_EXT_robustness2 is not supported by the device.
PROFILES WARNING: 'robustImageAccess2' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) does not support it
PROFILES WARNING: Profile requires by VkPhysicalDeviceTexelBufferAlignmentFeaturesEXT capabilities, but VK_EXT_texel_buffer_alignment is not supported by the device.
PROFILES WARNING: 'texelBufferAlignment' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) does not support it
PROFILES WARNING: 'variablePointers' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) does not support it
PROFILES WARNING: 'variablePointersStorageBuffer' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) does not support it
PROFILES WARNING: 'shaderInt8' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) does not support it
PROFILES WARNING: 'storageBuffer8BitAccess' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) does not support it
PROFILES WARNING: 'uniformAndStorageBuffer8BitAccess' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) does not support it
PROFILES WARNING: 'framebufferColorSampleCounts' profile value (7) has bits set that the device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) value (5) does not
PROFILES WARNING: 'framebufferDepthSampleCounts' profile value (7) has bits set that the device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) value (5) does not
PROFILES WARNING: 'framebufferNoAttachmentsSampleCounts' profile value (7) has bits set that the device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) value (5) does not
PROFILES WARNING: 'framebufferStencilSampleCounts' profile value (7) has bits set that the device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) value (5) does not
PROFILES WARNING: 'maxDescriptorSetStorageBuffersDynamic' profile value (8) is greater than device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) value (4)
PROFILES WARNING: 'maxDrawIndexedIndexValue' profile value (4294967295) is greater than device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) value (16777215)
PROFILES WARNING: 'maxFragmentDualSrcAttachments' profile value (1) is greater than device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) value (0)
PROFILES WARNING: 'maxStorageBufferRange' profile value (1073741820) is greater than device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) value (134217728)
PROFILES WARNING: 'maxTessellationControlPerPatchOutputComponents' profile value (120) is greater than device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) value (0)
PROFILES WARNING: 'maxTessellationControlPerVertexInputComponents' profile value (124) is greater than device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) value (0)
PROFILES WARNING: 'maxTessellationControlPerVertexOutputComponents' profile value (124) is greater than device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) value (0)
PROFILES WARNING: 'maxTessellationControlTotalOutputComponents' profile value (2048) is greater than device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) value (0)
PROFILES WARNING: 'maxTessellationEvaluationInputComponents' profile value (124) is greater than device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) value (0)
PROFILES WARNING: 'maxTessellationEvaluationOutputComponents' profile value (124) is greater than device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) value (0)
PROFILES WARNING: 'maxTessellationGenerationLevel' profile value (64) is greater than device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) value (0)
PROFILES WARNING: 'maxTessellationPatchSize' profile value (32) is greater than device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) value (0)
PROFILES WARNING: 'maxVertexInputAttributes' profile value (28) is greater than device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) value (16)
PROFILES WARNING: 'optimalBufferCopyOffsetAlignment' profile value (256) is lesser than device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) value (512)
PROFILES WARNING: 'optimalBufferCopyRowPitchAlignment' profile value (128) is lesser than device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) value (256)
PROFILES WARNING: 'sampledImageColorSampleCounts' profile value (7) has bits set that the device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) value (5) does not
PROFILES WARNING: 'sampledImageDepthSampleCounts' profile value (7) has bits set that the device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) value (5) does not
PROFILES WARNING: 'sampledImageIntegerSampleCounts' profile value (7) has bits set that the device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) value (1) does not
PROFILES WARNING: 'sampledImageStencilSampleCounts' profile value (7) has bits set that the device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) value (5) does not
PROFILES WARNING: 'subgroupSupportedStages' profile value (50) has bits set that the device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) value (57) does not
PROFILES WARNING: 'maxDescriptorSetUpdateAfterBindStorageBuffersDynamic' profile value (8) is greater than device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) value (4)
PROFILES WARNING: 'maxUpdateAfterBindDescriptorsInAllPools' profile value (1048576) is greater than device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) value (1000000)
PROFILES WARNING: 'shaderSignedZeroInfNanPreserveFloat32' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) does not support it
PROFILES NOTIFICATION: - VkPhysicalDeviceProperties API version: 1.2.148. Using the API version specified by the profile.
PROFILES NOTIFICATION: Found "Qualcomm(R) Adreno(TM) X1-85 GPU" with Vulkan 1.3.276 driver.
PROFILES NOTIFICATION: - Overriding device capabilities with the 'VP_LUNARG_desktop_baseline_2022' profile capabilities.
PROFILES NOTIFICATION: - Adding promoted extensions to core in Vulkan (1.1).
PROFILES WARNING: 'uniformAndStorageBuffer16BitAccess' profile value is enabled in the profile, but the device (Qualcomm(R) Adreno(TM) X1-85 GPU) does not support it
PROFILES WARNING: 'uniformAndStorageBuffer8BitAccess' profile value is enabled in the profile, but the device (Qualcomm(R) Adreno(TM) X1-85 GPU) does not support it
PROFILES WARNING: 'independentResolve' profile value is enabled in the profile, but the device (Qualcomm(R) Adreno(TM) X1-85 GPU) does not support it
PROFILES WARNING: 'independentResolveNone' profile value is enabled in the profile, but the device (Qualcomm(R) Adreno(TM) X1-85 GPU) does not support it
PROFILES WARNING: 'maxDescriptorSetUpdateAfterBindInputAttachments' profile value (256) is greater than device (Qualcomm(R) Adreno(TM) X1-85 GPU) value (8)
PROFILES WARNING: 'maxPerStageDescriptorUpdateAfterBindInputAttachments' profile value (64) is greater than device (Qualcomm(R) Adreno(TM) X1-85 GPU) value (8)
PROFILES WARNING: 'maxMemoryAllocationSize' profile value (2147483648) is greater than device (Qualcomm(R) Adreno(TM) X1-85 GPU) value (1073741824)
PROFILES WARNING: 'maxBoundDescriptorSets' profile value (8) is greater than device (Qualcomm(R) Adreno(TM) X1-85 GPU) value (7)
PROFILES WARNING: 'maxFragmentInputComponents' profile value (116) is greater than device (Qualcomm(R) Adreno(TM) X1-85 GPU) value (112)
PROFILES WARNING: 'maxImageDimensionCube' profile value (1048576) is greater than device (Qualcomm(R) Adreno(TM) X1-85 GPU) value (16384)
PROFILES WARNING: 'maxStorageBufferRange' profile value (1073741820) is greater than device (Qualcomm(R) Adreno(TM) X1-85 GPU) value (134217728)
PROFILES WARNING: 'maxVertexAttribDivisor' profile value (268435455) is greater than device (Qualcomm(R) Adreno(TM) X1-85 GPU) value (65535)
PROFILES NOTIFICATION: - VkPhysicalDeviceProperties API version: 1.1.139. Using the API version specified by the profile.
PROFILES NOTIFICATION: Found "Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)" with Vulkan 1.2.295 driver.
PROFILES NOTIFICATION: - Overriding device capabilities with the 'VP_LUNARG_desktop_baseline_2022' profile capabilities.
PROFILES NOTIFICATION: - Adding promoted extensions to core in Vulkan (1.1).
PROFILES WARNING: Profile requires by VkPhysicalDevice8BitStorageFeaturesKHR capabilities, but VK_KHR_8bit_storage is not supported by the device.
PROFILES WARNING: 'storageBuffer8BitAccess' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) does not support it
PROFILES WARNING: 'uniformAndStorageBuffer8BitAccess' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) does not support it
PROFILES WARNING: 'dualSrcBlend' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) does not support it
PROFILES WARNING: 'fullDrawIndexUint32' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) does not support it
PROFILES WARNING: 'inheritedQueries' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) does not support it
PROFILES WARNING: 'largePoints' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) does not support it
PROFILES WARNING: 'multiViewport' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) does not support it
PROFILES WARNING: 'shaderTessellationAndGeometryPointSize' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) does not support it
PROFILES WARNING: 'tessellationShader' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) does not support it
PROFILES WARNING: 'shaderInt8' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) does not support it
PROFILES WARNING: Profile requires by VkPhysicalDeviceHostQueryResetFeaturesEXT capabilities, but VK_EXT_host_query_reset is not supported by the device.
PROFILES WARNING: 'hostQueryReset' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) does not support it
PROFILES WARNING: Profile requires by VkPhysicalDeviceInlineUniformBlockFeaturesEXT capabilities, but VK_EXT_inline_uniform_block is not supported by the device.
PROFILES WARNING: 'descriptorBindingInlineUniformBlockUpdateAfterBind' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) does not support it
PROFILES WARNING: 'inlineUniformBlock' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) does not support it
PROFILES WARNING: Profile requires by VkPhysicalDeviceRobustness2FeaturesEXT capabilities, but VK_EXT_robustness2 is not supported by the device.
PROFILES WARNING: 'robustImageAccess2' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) does not support it
PROFILES WARNING: Profile requires by VkPhysicalDeviceTexelBufferAlignmentFeaturesEXT capabilities, but VK_EXT_texel_buffer_alignment is not supported by the device.
PROFILES WARNING: 'texelBufferAlignment' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) does not support it
PROFILES WARNING: Profile requires by VkPhysicalDeviceVariablePointersFeaturesKHR capabilities, but VK_KHR_variable_pointers is not supported by the device.
PROFILES WARNING: 'variablePointers' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) does not support it
PROFILES WARNING: 'variablePointersStorageBuffer' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) does not support it
PROFILES WARNING: 'maxDescriptorSetUpdateAfterBindStorageBuffersDynamic' profile value (8) is greater than device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) value (4)
PROFILES WARNING: 'maxUpdateAfterBindDescriptorsInAllPools' profile value (1048576) is greater than device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) value (1000000)
PROFILES WARNING: Profile requires by VkPhysicalDeviceInlineUniformBlockPropertiesEXT capabilities, but VK_EXT_inline_uniform_block is not supported by the device.
PROFILES WARNING: 'maxDescriptorSetInlineUniformBlocks' profile value (4) is greater than device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) value (0)
PROFILES WARNING: 'maxDescriptorSetUpdateAfterBindInlineUniformBlocks' profile value (4) is greater than device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) value (0)
PROFILES WARNING: 'maxInlineUniformBlockSize' profile value (256) is greater than device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) value (0)
PROFILES WARNING: 'maxPerStageDescriptorInlineUniformBlocks' profile value (4) is greater than device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) value (0)
PROFILES WARNING: 'maxPerStageDescriptorUpdateAfterBindInlineUniformBlocks' profile value (4) is greater than device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) value (0)
PROFILES WARNING: 'framebufferColorSampleCounts' profile value (7) has bits set that the device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) value (5) does not
PROFILES WARNING: 'framebufferDepthSampleCounts' profile value (7) has bits set that the device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) value (5) does not
PROFILES WARNING: 'framebufferNoAttachmentsSampleCounts' profile value (7) has bits set that the device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) value (5) does not
PROFILES WARNING: 'framebufferStencilSampleCounts' profile value (7) has bits set that the device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) value (5) does not
PROFILES WARNING: 'maxDescriptorSetStorageBuffersDynamic' profile value (8) is greater than device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) value (4)
PROFILES WARNING: 'maxDrawIndexedIndexValue' profile value (4294967294) is greater than device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) value (16777215)
PROFILES WARNING: 'maxFragmentDualSrcAttachments' profile value (1) is greater than device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) value (0)
PROFILES WARNING: 'maxImageDimensionCube' profile value (1048576) is greater than device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) value (16384)
PROFILES WARNING: 'maxStorageBufferRange' profile value (1073741820) is greater than device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) value (134217728)
PROFILES WARNING: 'maxTessellationControlPerPatchOutputComponents' profile value (120) is greater than device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) value (0)
PROFILES WARNING: 'maxTessellationControlPerVertexInputComponents' profile value (124) is greater than device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) value (0)
PROFILES WARNING: 'maxTessellationControlPerVertexOutputComponents' profile value (124) is greater than device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) value (0)
PROFILES WARNING: 'maxTessellationControlTotalOutputComponents' profile value (2048) is greater than device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) value (0)
PROFILES WARNING: 'maxTessellationEvaluationInputComponents' profile value (124) is greater than device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) value (0)
PROFILES WARNING: 'maxTessellationEvaluationOutputComponents' profile value (124) is greater than device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) value (0)
PROFILES WARNING: 'maxTessellationGenerationLevel' profile value (64) is greater than device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) value (0)
PROFILES WARNING: 'maxTessellationPatchSize' profile value (32) is greater than device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) value (0)
PROFILES WARNING: 'maxVertexInputAttributes' profile value (28) is greater than device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) value (16)
PROFILES WARNING: 'optimalBufferCopyOffsetAlignment' profile value (256) is lesser than device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) value (512)
PROFILES WARNING: 'optimalBufferCopyRowPitchAlignment' profile value (128) is lesser than device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) value (256)
PROFILES WARNING: 'sampledImageColorSampleCounts' profile value (7) has bits set that the device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) value (5) does not
PROFILES WARNING: 'sampledImageDepthSampleCounts' profile value (7) has bits set that the device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) value (5) does not
PROFILES WARNING: 'sampledImageIntegerSampleCounts' profile value (7) has bits set that the device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) value (1) does not
PROFILES WARNING: 'sampledImageStencilSampleCounts' profile value (7) has bits set that the device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) value (5) does not
PROFILES WARNING: Profile requires by VkPhysicalDeviceRobustness2PropertiesEXT capabilities, but VK_EXT_robustness2 is not supported by the device.
PROFILES WARNING: Profile requires by VkPhysicalDeviceTexelBufferAlignmentPropertiesEXT capabilities, but VK_EXT_texel_buffer_alignment is not supported by the device.
PROFILES NOTIFICATION: - VkPhysicalDeviceProperties API version: 1.1.139. Using the API version specified by the profile.
PROFILES NOTIFICATION: Found "Microsoft Direct3D12 (Microsoft Basic Render Driver)" with Vulkan 1.2.295 driver.
PROFILES NOTIFICATION: - Overriding device capabilities with the 'VP_LUNARG_desktop_baseline_2022' profile capabilities.
PROFILES NOTIFICATION: - Adding promoted extensions to core in Vulkan (1.1).
PROFILES WARNING: Profile requires by VkPhysicalDevice8BitStorageFeaturesKHR capabilities, but VK_KHR_8bit_storage is not supported by the device.
PROFILES WARNING: 'storageBuffer8BitAccess' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) does not support it
PROFILES WARNING: 'uniformAndStorageBuffer8BitAccess' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) does not support it
PROFILES WARNING: 'dualSrcBlend' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) does not support it
PROFILES WARNING: 'fullDrawIndexUint32' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) does not support it
PROFILES WARNING: 'inheritedQueries' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) does not support it
PROFILES WARNING: 'largePoints' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) does not support it
PROFILES WARNING: 'multiViewport' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) does not support it
PROFILES WARNING: 'shaderTessellationAndGeometryPointSize' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) does not support it
PROFILES WARNING: 'tessellationShader' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) does not support it
PROFILES WARNING: 'shaderInt8' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) does not support it
PROFILES WARNING: Profile requires by VkPhysicalDeviceHostQueryResetFeaturesEXT capabilities, but VK_EXT_host_query_reset is not supported by the device.
PROFILES WARNING: 'hostQueryReset' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) does not support it
PROFILES WARNING: Profile requires by VkPhysicalDeviceInlineUniformBlockFeaturesEXT capabilities, but VK_EXT_inline_uniform_block is not supported by the device.
PROFILES WARNING: 'descriptorBindingInlineUniformBlockUpdateAfterBind' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) does not support it
PROFILES WARNING: 'inlineUniformBlock' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) does not support it
PROFILES WARNING: Profile requires by VkPhysicalDeviceRobustness2FeaturesEXT capabilities, but VK_EXT_robustness2 is not supported by the device.
PROFILES WARNING: 'robustImageAccess2' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) does not support it
PROFILES WARNING: Profile requires by VkPhysicalDeviceTexelBufferAlignmentFeaturesEXT capabilities, but VK_EXT_texel_buffer_alignment is not supported by the device.
PROFILES WARNING: 'texelBufferAlignment' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) does not support it
PROFILES WARNING: Profile requires by VkPhysicalDeviceVariablePointersFeaturesKHR capabilities, but VK_KHR_variable_pointers is not supported by the device.
PROFILES WARNING: 'variablePointers' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) does not support it
PROFILES WARNING: 'variablePointersStorageBuffer' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) does not support it
PROFILES WARNING: 'maxDescriptorSetUpdateAfterBindStorageBuffersDynamic' profile value (8) is greater than device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) value (4)
PROFILES WARNING: 'maxUpdateAfterBindDescriptorsInAllPools' profile value (1048576) is greater than device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) value (1000000)
PROFILES WARNING: Profile requires by VkPhysicalDeviceInlineUniformBlockPropertiesEXT capabilities, but VK_EXT_inline_uniform_block is not supported by the device.
PROFILES WARNING: 'maxDescriptorSetInlineUniformBlocks' profile value (4) is greater than device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) value (0)
PROFILES WARNING: 'maxDescriptorSetUpdateAfterBindInlineUniformBlocks' profile value (4) is greater than device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) value (0)
PROFILES WARNING: 'maxInlineUniformBlockSize' profile value (256) is greater than device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) value (0)
PROFILES WARNING: 'maxPerStageDescriptorInlineUniformBlocks' profile value (4) is greater than device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) value (0)
PROFILES WARNING: 'maxPerStageDescriptorUpdateAfterBindInlineUniformBlocks' profile value (4) is greater than device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) value (0)
PROFILES WARNING: 'framebufferColorSampleCounts' profile value (7) has bits set that the device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) value (5) does not
PROFILES WARNING: 'framebufferDepthSampleCounts' profile value (7) has bits set that the device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) value (5) does not
PROFILES WARNING: 'framebufferNoAttachmentsSampleCounts' profile value (7) has bits set that the device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) value (5) does not
PROFILES WARNING: 'framebufferStencilSampleCounts' profile value (7) has bits set that the device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) value (5) does not
PROFILES WARNING: 'maxDescriptorSetStorageBuffersDynamic' profile value (8) is greater than device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) value (4)
PROFILES WARNING: 'maxDrawIndexedIndexValue' profile value (4294967294) is greater than device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) value (16777215)
PROFILES WARNING: 'maxFragmentDualSrcAttachments' profile value (1) is greater than device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) value (0)
PROFILES WARNING: 'maxImageDimensionCube' profile value (1048576) is greater than device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) value (16384)
PROFILES WARNING: 'maxStorageBufferRange' profile value (1073741820) is greater than device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) value (134217728)
PROFILES WARNING: 'maxTessellationControlPerPatchOutputComponents' profile value (120) is greater than device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) value (0)
PROFILES WARNING: 'maxTessellationControlPerVertexInputComponents' profile value (124) is greater than device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) value (0)
PROFILES WARNING: 'maxTessellationControlPerVertexOutputComponents' profile value (124) is greater than device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) value (0)
PROFILES WARNING: 'maxTessellationControlTotalOutputComponents' profile value (2048) is greater than device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) value (0)
PROFILES WARNING: 'maxTessellationEvaluationInputComponents' profile value (124) is greater than device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) value (0)
PROFILES WARNING: 'maxTessellationEvaluationOutputComponents' profile value (124) is greater than device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) value (0)
PROFILES WARNING: 'maxTessellationGenerationLevel' profile value (64) is greater than device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) value (0)
PROFILES WARNING: 'maxTessellationPatchSize' profile value (32) is greater than device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) value (0)
PROFILES WARNING: 'maxVertexInputAttributes' profile value (28) is greater than device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) value (16)
PROFILES WARNING: 'optimalBufferCopyOffsetAlignment' profile value (256) is lesser than device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) value (512)
PROFILES WARNING: 'optimalBufferCopyRowPitchAlignment' profile value (128) is lesser than device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) value (256)
PROFILES WARNING: 'sampledImageColorSampleCounts' profile value (7) has bits set that the device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) value (5) does not
PROFILES WARNING: 'sampledImageDepthSampleCounts' profile value (7) has bits set that the device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) value (5) does not
PROFILES WARNING: 'sampledImageIntegerSampleCounts' profile value (7) has bits set that the device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) value (1) does not
PROFILES WARNING: 'sampledImageStencilSampleCounts' profile value (7) has bits set that the device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) value (5) does not
PROFILES WARNING: Profile requires by VkPhysicalDeviceRobustness2PropertiesEXT capabilities, but VK_EXT_robustness2 is not supported by the device.
PROFILES WARNING: Profile requires by VkPhysicalDeviceTexelBufferAlignmentPropertiesEXT capabilities, but VK_EXT_texel_buffer_alignment is not supported by the device.
PROFILES NOTIFICATION: - VkPhysicalDeviceProperties API version: 1.1.139. Using the API version specified by the profile.
Seen during testing of SDK 1.3.296.0.
The profiles testing procedure in the manual testing document turns out many more warnings besides the force maxImageDimensionsCube when testing on a Windows 11 ARM machine with the Qualcomm driver.
I don't think these are a "must fix", I'm posting this here for @christophe to be aware, and will defer to his judgement as to if this is a "must fix" for this SDK.
Vulkan Development Status:
vk_layer_settings.txt
uses the default platform path:C:\Users\richa\AppData\Local\LunarG\vkconfig\override
Launching Vulkan Application:
screenshot: Range error
Selected GPU 0: Qualcomm(R) Adreno(TM) X1-85 GPU, type: IntegratedGpu
Process terminated
Vulkan Development Status:
vk_layer_settings.txt
uses the default platform path:C:\Users\richa\AppData\Local\LunarG\vkconfig\override
Launching Vulkan Application:
PROFILES NOTIFICATION: Profile Layers Settings: {
profile_emulation: true
profile_file:
profile_dirs: C:\VulkanSDK\1.3.296.0\Config\VK_LAYER_KHRONOS_profiles
profile_name: VP_LUNARG_desktop_baseline_2023
profile_validation: false
simulate_capabilities: SIMULATE_API_VERSION_BIT, SIMULATE_FEATURES_BIT, SIMULATE_PROPERTIES_BIT
default_feature_values: DEFAULT_FEATURE_VALUES_DEVICE
emulate_portability: true
constantAlphaColorBlendFactors: true
events: true
imageViewFormatReinterpretation: true
imageViewFormatSwizzle: true
imageView2DOn3DImage: false
multisampleArrayImage: true
mutableComparisonSamplers: true
pointPolygons: false
samplerMipLodBias: false
separateStencilMaskRef: true
shaderSampleRateInterpolationFunctions: false
tessellationIsolines: false
triangleFans: false
vertexAttributeAccessBeyondStride: true
minVertexInputBindingStrideAlignment: 4
debug_actions: DEBUG_ACTION_STDOUT_BIT
debug_filename: profiles_layer_log.txt
debug_file_clear: true
debug_fail_on_error: false
debug_reports: DEBUG_REPORT_NOTIFICATION_BIT, DEBUG_REPORT_WARNING_BIT, DEBUG_REPORT_ERROR_BIT
exclude_device_extensions:
exclude_formats:
}
PROFILES NOTIFICATION: VK_LAYER_KHRONOS_profiles version 1.3.0
PROFILES NOTIFICATION: Loading "C:/VulkanSDK/1.3.296.0/Config/VK_LAYER_KHRONOS_profiles/VP_ANDROID_15_minimums.json"
PROFILES NOTIFICATION: Loading "C:/VulkanSDK/1.3.296.0/Config/VK_LAYER_KHRONOS_profiles/VP_ANDROID_16_minimums.json"
PROFILES NOTIFICATION: Loading "C:/VulkanSDK/1.3.296.0/Config/VK_LAYER_KHRONOS_profiles/VP_ANDROID_baseline_2021.json"
PROFILES NOTIFICATION: Loading "C:/VulkanSDK/1.3.296.0/Config/VK_LAYER_KHRONOS_profiles/VP_ANDROID_baseline_2022.json"
PROFILES NOTIFICATION: Loading "C:/VulkanSDK/1.3.296.0/Config/VK_LAYER_KHRONOS_profiles/VP_KHR_roadmap.json"
PROFILES NOTIFICATION: Loading "C:/VulkanSDK/1.3.296.0/Config/VK_LAYER_KHRONOS_profiles/VP_LUNARG_desktop_baseline.json"
PROFILES NOTIFICATION: Loading "C:/VulkanSDK/1.3.296.0/Config/VK_LAYER_KHRONOS_profiles/VP_LUNARG_minimum_requirements.json"
PROFILES NOTIFICATION: Profiles found in 'C:/VulkanSDK/1.3.296.0/Config/VK_LAYER_KHRONOS_profiles/VP_ANDROID_15_minimums.json' file:
PROFILES NOTIFICATION: - VP_ANDROID_15_minimums
PROFILES NOTIFICATION: Profiles found in 'C:/VulkanSDK/1.3.296.0/Config/VK_LAYER_KHRONOS_profiles/VP_ANDROID_16_minimums.json' file:
PROFILES NOTIFICATION: - VP_ANDROID_16_minimums
PROFILES NOTIFICATION: Profiles found in 'C:/VulkanSDK/1.3.296.0/Config/VK_LAYER_KHRONOS_profiles/VP_ANDROID_baseline_2021.json' file:
PROFILES NOTIFICATION: - VP_ANDROID_baseline_2021
PROFILES NOTIFICATION: Profiles found in 'C:/VulkanSDK/1.3.296.0/Config/VK_LAYER_KHRONOS_profiles/VP_ANDROID_baseline_2022.json' file:
PROFILES NOTIFICATION: - VP_ANDROID_baseline_2022
PROFILES NOTIFICATION: Profiles found in 'C:/VulkanSDK/1.3.296.0/Config/VK_LAYER_KHRONOS_profiles/VP_KHR_roadmap.json' file:
PROFILES NOTIFICATION: - VP_KHR_roadmap_2022
PROFILES NOTIFICATION: - VP_KHR_roadmap_2024
PROFILES NOTIFICATION: Profiles found in 'C:/VulkanSDK/1.3.296.0/Config/VK_LAYER_KHRONOS_profiles/VP_LUNARG_desktop_baseline.json' file:
PROFILES NOTIFICATION: - VP_LUNARG_desktop_baseline_2022
PROFILES NOTIFICATION: - VP_LUNARG_desktop_baseline_2023
PROFILES NOTIFICATION: - VP_LUNARG_desktop_baseline_2024
PROFILES NOTIFICATION: Profiles found in 'C:/VulkanSDK/1.3.296.0/Config/VK_LAYER_KHRONOS_profiles/VP_LUNARG_minimum_requirements.json' file:
PROFILES NOTIFICATION: - VP_LUNARG_minimum_requirements_1_0
PROFILES NOTIFICATION: - VP_LUNARG_minimum_requirements_1_1
PROFILES NOTIFICATION: - VP_LUNARG_minimum_requirements_1_2
PROFILES NOTIFICATION: - VP_LUNARG_minimum_requirements_1_3
PROFILES NOTIFICATION: The Vulkan application requested a Vulkan 1.0.0 (0x00400000) instance but the selected VP_LUNARG_desktop_baseline_2023 profile requires 1.2.148 (0x00402094). The application requested instance version is overridden to 1.2.148 (0x00402094).
PROFILES NOTIFICATION: Found "Qualcomm(R) Adreno(TM) X1-85 GPU" with Vulkan 1.3.276 driver.
PROFILES NOTIFICATION: - Overriding device capabilities with the 'VP_LUNARG_desktop_baseline_2023' profile capabilities.
PROFILES NOTIFICATION: - Adding promoted extensions to core in Vulkan (1.2).
PROFILES WARNING: 'uniformAndStorageBuffer16BitAccess' profile value is enabled in the profile, but the device (Qualcomm(R) Adreno(TM) X1-85 GPU) does not support it
PROFILES WARNING: 'uniformAndStorageBuffer8BitAccess' profile value is enabled in the profile, but the device (Qualcomm(R) Adreno(TM) X1-85 GPU) does not support it
PROFILES WARNING: 'maxBoundDescriptorSets' profile value (8) is greater than device (Qualcomm(R) Adreno(TM) X1-85 GPU) value (7)
PROFILES WARNING: 'maxFragmentInputComponents' profile value (116) is greater than device (Qualcomm(R) Adreno(TM) X1-85 GPU) value (112)
PROFILES WARNING: 'maxStorageBufferRange' profile value (1073741820) is greater than device (Qualcomm(R) Adreno(TM) X1-85 GPU) value (134217728)
PROFILES WARNING: 'maxMemoryAllocationSize' profile value (1610612736) is greater than device (Qualcomm(R) Adreno(TM) X1-85 GPU) value (1073741824)
PROFILES WARNING: 'subgroupSupportedStages' profile value (50) has bits set that the device (Qualcomm(R) Adreno(TM) X1-85 GPU) value (48) does not
PROFILES WARNING: 'independentResolve' profile value is enabled in the profile, but the device (Qualcomm(R) Adreno(TM) X1-85 GPU) does not support it
PROFILES WARNING: 'independentResolveNone' profile value is enabled in the profile, but the device (Qualcomm(R) Adreno(TM) X1-85 GPU) does not support it
PROFILES WARNING: 'maxDescriptorSetUpdateAfterBindInputAttachments' profile value (256) is greater than device (Qualcomm(R) Adreno(TM) X1-85 GPU) value (8)
PROFILES WARNING: 'maxPerStageDescriptorUpdateAfterBindInputAttachments' profile value (64) is greater than device (Qualcomm(R) Adreno(TM) X1-85 GPU) value (8)
PROFILES NOTIFICATION: - VkPhysicalDeviceProperties API version: 1.2.148. Using the API version specified by the profile.
PROFILES NOTIFICATION: Found "Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)" with Vulkan 1.2.295 driver.
PROFILES NOTIFICATION: - Overriding device capabilities with the 'VP_LUNARG_desktop_baseline_2023' profile capabilities.
PROFILES NOTIFICATION: - Adding promoted extensions to core in Vulkan (1.2).
PROFILES WARNING: 'dualSrcBlend' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) does not support it
PROFILES WARNING: 'fullDrawIndexUint32' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) does not support it
PROFILES WARNING: 'inheritedQueries' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) does not support it
PROFILES WARNING: 'largePoints' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) does not support it
PROFILES WARNING: 'multiViewport' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) does not support it
PROFILES WARNING: 'shaderTessellationAndGeometryPointSize' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) does not support it
PROFILES WARNING: 'tessellationShader' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) does not support it
PROFILES WARNING: Profile requires by VkPhysicalDeviceImageRobustnessFeaturesEXT capabilities, but VK_EXT_image_robustness is not supported by the device.
PROFILES WARNING: 'robustImageAccess' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) does not support it
PROFILES WARNING: Profile requires by VkPhysicalDeviceInlineUniformBlockFeaturesEXT capabilities, but VK_EXT_inline_uniform_block is not supported by the device.
PROFILES WARNING: 'descriptorBindingInlineUniformBlockUpdateAfterBind' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) does not support it
PROFILES WARNING: 'inlineUniformBlock' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) does not support it
PROFILES WARNING: Profile requires by VkPhysicalDeviceRobustness2FeaturesEXT capabilities, but VK_EXT_robustness2 is not supported by the device.
PROFILES WARNING: 'robustImageAccess2' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) does not support it
PROFILES WARNING: Profile requires by VkPhysicalDeviceTexelBufferAlignmentFeaturesEXT capabilities, but VK_EXT_texel_buffer_alignment is not supported by the device.
PROFILES WARNING: 'texelBufferAlignment' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) does not support it
PROFILES WARNING: 'variablePointers' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) does not support it
PROFILES WARNING: 'variablePointersStorageBuffer' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) does not support it
PROFILES WARNING: 'shaderInt8' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) does not support it
PROFILES WARNING: 'storageBuffer8BitAccess' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) does not support it
PROFILES WARNING: 'uniformAndStorageBuffer8BitAccess' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) does not support it
PROFILES WARNING: 'framebufferColorSampleCounts' profile value (7) has bits set that the device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) value (5) does not
PROFILES WARNING: 'framebufferDepthSampleCounts' profile value (7) has bits set that the device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) value (5) does not
PROFILES WARNING: 'framebufferNoAttachmentsSampleCounts' profile value (7) has bits set that the device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) value (5) does not
PROFILES WARNING: 'framebufferStencilSampleCounts' profile value (7) has bits set that the device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) value (5) does not
PROFILES WARNING: 'maxDescriptorSetStorageBuffersDynamic' profile value (8) is greater than device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) value (4)
PROFILES WARNING: 'maxDrawIndexedIndexValue' profile value (4294967295) is greater than device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) value (16777215)
PROFILES WARNING: 'maxFragmentDualSrcAttachments' profile value (1) is greater than device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) value (0)
PROFILES WARNING: 'maxStorageBufferRange' profile value (1073741820) is greater than device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) value (134217728)
PROFILES WARNING: 'maxTessellationControlPerPatchOutputComponents' profile value (120) is greater than device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) value (0)
PROFILES WARNING: 'maxTessellationControlPerVertexInputComponents' profile value (124) is greater than device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) value (0)
PROFILES WARNING: 'maxTessellationControlPerVertexOutputComponents' profile value (124) is greater than device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) value (0)
PROFILES WARNING: 'maxTessellationControlTotalOutputComponents' profile value (2048) is greater than device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) value (0)
PROFILES WARNING: 'maxTessellationEvaluationInputComponents' profile value (124) is greater than device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) value (0)
PROFILES WARNING: 'maxTessellationEvaluationOutputComponents' profile value (124) is greater than device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) value (0)
PROFILES WARNING: 'maxTessellationGenerationLevel' profile value (64) is greater than device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) value (0)
PROFILES WARNING: 'maxTessellationPatchSize' profile value (32) is greater than device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) value (0)
PROFILES WARNING: 'maxVertexInputAttributes' profile value (28) is greater than device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) value (16)
PROFILES WARNING: 'optimalBufferCopyOffsetAlignment' profile value (256) is lesser than device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) value (512)
PROFILES WARNING: 'optimalBufferCopyRowPitchAlignment' profile value (128) is lesser than device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) value (256)
PROFILES WARNING: 'sampledImageColorSampleCounts' profile value (7) has bits set that the device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) value (5) does not
PROFILES WARNING: 'sampledImageDepthSampleCounts' profile value (7) has bits set that the device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) value (5) does not
PROFILES WARNING: 'sampledImageIntegerSampleCounts' profile value (7) has bits set that the device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) value (1) does not
PROFILES WARNING: 'sampledImageStencilSampleCounts' profile value (7) has bits set that the device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) value (5) does not
PROFILES WARNING: 'subgroupSupportedStages' profile value (50) has bits set that the device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) value (57) does not
PROFILES WARNING: 'maxDescriptorSetUpdateAfterBindStorageBuffersDynamic' profile value (8) is greater than device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) value (4)
PROFILES WARNING: 'maxUpdateAfterBindDescriptorsInAllPools' profile value (1048576) is greater than device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) value (1000000)
PROFILES WARNING: 'shaderSignedZeroInfNanPreserveFloat32' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) does not support it
PROFILES NOTIFICATION: - VkPhysicalDeviceProperties API version: 1.2.148. Using the API version specified by the profile.
PROFILES NOTIFICATION: Found "Microsoft Direct3D12 (Microsoft Basic Render Driver)" with Vulkan 1.2.295 driver.
PROFILES NOTIFICATION: - Overriding device capabilities with the 'VP_LUNARG_desktop_baseline_2023' profile capabilities.
PROFILES NOTIFICATION: - Adding promoted extensions to core in Vulkan (1.2).
PROFILES WARNING: 'dualSrcBlend' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) does not support it
PROFILES WARNING: 'fullDrawIndexUint32' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) does not support it
PROFILES WARNING: 'inheritedQueries' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) does not support it
PROFILES WARNING: 'largePoints' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) does not support it
PROFILES WARNING: 'multiViewport' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) does not support it
PROFILES WARNING: 'shaderTessellationAndGeometryPointSize' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) does not support it
PROFILES WARNING: 'tessellationShader' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) does not support it
PROFILES WARNING: Profile requires by VkPhysicalDeviceImageRobustnessFeaturesEXT capabilities, but VK_EXT_image_robustness is not supported by the device.
PROFILES WARNING: 'robustImageAccess' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) does not support it
PROFILES WARNING: Profile requires by VkPhysicalDeviceInlineUniformBlockFeaturesEXT capabilities, but VK_EXT_inline_uniform_block is not supported by the device.
PROFILES WARNING: 'descriptorBindingInlineUniformBlockUpdateAfterBind' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) does not support it
PROFILES WARNING: 'inlineUniformBlock' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) does not support it
PROFILES WARNING: Profile requires by VkPhysicalDeviceRobustness2FeaturesEXT capabilities, but VK_EXT_robustness2 is not supported by the device.
PROFILES WARNING: 'robustImageAccess2' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) does not support it
PROFILES WARNING: Profile requires by VkPhysicalDeviceTexelBufferAlignmentFeaturesEXT capabilities, but VK_EXT_texel_buffer_alignment is not supported by the device.
PROFILES WARNING: 'texelBufferAlignment' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) does not support it
PROFILES WARNING: 'variablePointers' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) does not support it
PROFILES WARNING: 'variablePointersStorageBuffer' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) does not support it
PROFILES WARNING: 'shaderInt8' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) does not support it
PROFILES WARNING: 'storageBuffer8BitAccess' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) does not support it
PROFILES WARNING: 'uniformAndStorageBuffer8BitAccess' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) does not support it
PROFILES WARNING: 'framebufferColorSampleCounts' profile value (7) has bits set that the device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) value (5) does not
PROFILES WARNING: 'framebufferDepthSampleCounts' profile value (7) has bits set that the device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) value (5) does not
PROFILES WARNING: 'framebufferNoAttachmentsSampleCounts' profile value (7) has bits set that the device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) value (5) does not
PROFILES WARNING: 'framebufferStencilSampleCounts' profile value (7) has bits set that the device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) value (5) does not
PROFILES WARNING: 'maxDescriptorSetStorageBuffersDynamic' profile value (8) is greater than device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) value (4)
PROFILES WARNING: 'maxDrawIndexedIndexValue' profile value (4294967295) is greater than device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) value (16777215)
PROFILES WARNING: 'maxFragmentDualSrcAttachments' profile value (1) is greater than device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) value (0)
PROFILES WARNING: 'maxStorageBufferRange' profile value (1073741820) is greater than device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) value (134217728)
PROFILES WARNING: 'maxTessellationControlPerPatchOutputComponents' profile value (120) is greater than device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) value (0)
PROFILES WARNING: 'maxTessellationControlPerVertexInputComponents' profile value (124) is greater than device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) value (0)
PROFILES WARNING: 'maxTessellationControlPerVertexOutputComponents' profile value (124) is greater than device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) value (0)
PROFILES WARNING: 'maxTessellationControlTotalOutputComponents' profile value (2048) is greater than device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) value (0)
PROFILES WARNING: 'maxTessellationEvaluationInputComponents' profile value (124) is greater than device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) value (0)
PROFILES WARNING: 'maxTessellationEvaluationOutputComponents' profile value (124) is greater than device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) value (0)
PROFILES WARNING: 'maxTessellationGenerationLevel' profile value (64) is greater than device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) value (0)
PROFILES WARNING: 'maxTessellationPatchSize' profile value (32) is greater than device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) value (0)
PROFILES WARNING: 'maxVertexInputAttributes' profile value (28) is greater than device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) value (16)
PROFILES WARNING: 'optimalBufferCopyOffsetAlignment' profile value (256) is lesser than device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) value (512)
PROFILES WARNING: 'optimalBufferCopyRowPitchAlignment' profile value (128) is lesser than device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) value (256)
PROFILES WARNING: 'sampledImageColorSampleCounts' profile value (7) has bits set that the device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) value (5) does not
PROFILES WARNING: 'sampledImageDepthSampleCounts' profile value (7) has bits set that the device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) value (5) does not
PROFILES WARNING: 'sampledImageIntegerSampleCounts' profile value (7) has bits set that the device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) value (1) does not
PROFILES WARNING: 'sampledImageStencilSampleCounts' profile value (7) has bits set that the device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) value (5) does not
PROFILES WARNING: 'subgroupSupportedStages' profile value (50) has bits set that the device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) value (57) does not
PROFILES WARNING: 'maxDescriptorSetUpdateAfterBindStorageBuffersDynamic' profile value (8) is greater than device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) value (4)
PROFILES WARNING: 'maxUpdateAfterBindDescriptorsInAllPools' profile value (1048576) is greater than device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) value (1000000)
PROFILES WARNING: 'shaderSignedZeroInfNanPreserveFloat32' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) does not support it
PROFILES NOTIFICATION: - VkPhysicalDeviceProperties API version: 1.2.148. Using the API version specified by the profile.
Selected GPU 0: Qualcomm(R) Adreno(TM) X1-85 GPU, type: IntegratedGpu
Process terminated
Vulkan Development Status:
vk_layer_settings.txt
uses the default platform path:C:\Users\richa\AppData\Local\LunarG\vkconfig\override
Launching Vulkan Application:
PROFILES NOTIFICATION: Profile Layers Settings: {
profile_emulation: true
profile_file:
profile_dirs: C:\VulkanSDK\1.3.296.0\Config\VK_LAYER_KHRONOS_profiles
profile_name: VP_LUNARG_desktop_baseline_2022
profile_validation: false
simulate_capabilities: SIMULATE_API_VERSION_BIT, SIMULATE_FEATURES_BIT, SIMULATE_PROPERTIES_BIT
default_feature_values: DEFAULT_FEATURE_VALUES_DEVICE
emulate_portability: true
constantAlphaColorBlendFactors: true
events: true
imageViewFormatReinterpretation: true
imageViewFormatSwizzle: true
imageView2DOn3DImage: false
multisampleArrayImage: true
mutableComparisonSamplers: true
pointPolygons: false
samplerMipLodBias: false
separateStencilMaskRef: true
shaderSampleRateInterpolationFunctions: false
tessellationIsolines: false
triangleFans: false
vertexAttributeAccessBeyondStride: true
minVertexInputBindingStrideAlignment: 4
debug_actions: DEBUG_ACTION_STDOUT_BIT
debug_filename: profiles_layer_log.txt
debug_file_clear: true
debug_fail_on_error: false
debug_reports: DEBUG_REPORT_NOTIFICATION_BIT, DEBUG_REPORT_WARNING_BIT, DEBUG_REPORT_ERROR_BIT
exclude_device_extensions:
exclude_formats:
}
PROFILES NOTIFICATION: VK_LAYER_KHRONOS_profiles version 1.3.0
PROFILES NOTIFICATION: Loading "C:/VulkanSDK/1.3.296.0/Config/VK_LAYER_KHRONOS_profiles/VP_ANDROID_15_minimums.json"
PROFILES NOTIFICATION: Loading "C:/VulkanSDK/1.3.296.0/Config/VK_LAYER_KHRONOS_profiles/VP_ANDROID_16_minimums.json"
PROFILES NOTIFICATION: Loading "C:/VulkanSDK/1.3.296.0/Config/VK_LAYER_KHRONOS_profiles/VP_ANDROID_baseline_2021.json"
PROFILES NOTIFICATION: Loading "C:/VulkanSDK/1.3.296.0/Config/VK_LAYER_KHRONOS_profiles/VP_ANDROID_baseline_2022.json"
PROFILES NOTIFICATION: Loading "C:/VulkanSDK/1.3.296.0/Config/VK_LAYER_KHRONOS_profiles/VP_KHR_roadmap.json"
PROFILES NOTIFICATION: Loading "C:/VulkanSDK/1.3.296.0/Config/VK_LAYER_KHRONOS_profiles/VP_LUNARG_desktop_baseline.json"
PROFILES NOTIFICATION: Loading "C:/VulkanSDK/1.3.296.0/Config/VK_LAYER_KHRONOS_profiles/VP_LUNARG_minimum_requirements.json"
PROFILES NOTIFICATION: Profiles found in 'C:/VulkanSDK/1.3.296.0/Config/VK_LAYER_KHRONOS_profiles/VP_ANDROID_15_minimums.json' file:
PROFILES NOTIFICATION: - VP_ANDROID_15_minimums
PROFILES NOTIFICATION: Profiles found in 'C:/VulkanSDK/1.3.296.0/Config/VK_LAYER_KHRONOS_profiles/VP_ANDROID_16_minimums.json' file:
PROFILES NOTIFICATION: - VP_ANDROID_16_minimums
PROFILES NOTIFICATION: Profiles found in 'C:/VulkanSDK/1.3.296.0/Config/VK_LAYER_KHRONOS_profiles/VP_ANDROID_baseline_2021.json' file:
PROFILES NOTIFICATION: - VP_ANDROID_baseline_2021
PROFILES NOTIFICATION: Profiles found in 'C:/VulkanSDK/1.3.296.0/Config/VK_LAYER_KHRONOS_profiles/VP_ANDROID_baseline_2022.json' file:
PROFILES NOTIFICATION: - VP_ANDROID_baseline_2022
PROFILES NOTIFICATION: Profiles found in 'C:/VulkanSDK/1.3.296.0/Config/VK_LAYER_KHRONOS_profiles/VP_KHR_roadmap.json' file:
PROFILES NOTIFICATION: - VP_KHR_roadmap_2022
PROFILES NOTIFICATION: - VP_KHR_roadmap_2024
PROFILES NOTIFICATION: Profiles found in 'C:/VulkanSDK/1.3.296.0/Config/VK_LAYER_KHRONOS_profiles/VP_LUNARG_desktop_baseline.json' file:
PROFILES NOTIFICATION: - VP_LUNARG_desktop_baseline_2022
PROFILES NOTIFICATION: - VP_LUNARG_desktop_baseline_2023
PROFILES NOTIFICATION: - VP_LUNARG_desktop_baseline_2024
PROFILES NOTIFICATION: Profiles found in 'C:/VulkanSDK/1.3.296.0/Config/VK_LAYER_KHRONOS_profiles/VP_LUNARG_minimum_requirements.json' file:
PROFILES NOTIFICATION: - VP_LUNARG_minimum_requirements_1_0
PROFILES NOTIFICATION: - VP_LUNARG_minimum_requirements_1_1
PROFILES NOTIFICATION: - VP_LUNARG_minimum_requirements_1_2
PROFILES NOTIFICATION: - VP_LUNARG_minimum_requirements_1_3
PROFILES NOTIFICATION: The Vulkan application requested a Vulkan 1.0.0 (0x00400000) instance but the selected VP_LUNARG_desktop_baseline_2022 profile requires 1.1.139 (0x0040108b). The application requested instance version is overridden to 1.1.139 (0x0040108b).
PROFILES NOTIFICATION: Found "Qualcomm(R) Adreno(TM) X1-85 GPU" with Vulkan 1.3.276 driver.
PROFILES NOTIFICATION: - Overriding device capabilities with the 'VP_LUNARG_desktop_baseline_2022' profile capabilities.
PROFILES NOTIFICATION: - Adding promoted extensions to core in Vulkan (1.1).
PROFILES WARNING: 'uniformAndStorageBuffer16BitAccess' profile value is enabled in the profile, but the device (Qualcomm(R) Adreno(TM) X1-85 GPU) does not support it
PROFILES WARNING: 'uniformAndStorageBuffer8BitAccess' profile value is enabled in the profile, but the device (Qualcomm(R) Adreno(TM) X1-85 GPU) does not support it
PROFILES WARNING: 'independentResolve' profile value is enabled in the profile, but the device (Qualcomm(R) Adreno(TM) X1-85 GPU) does not support it
PROFILES WARNING: 'independentResolveNone' profile value is enabled in the profile, but the device (Qualcomm(R) Adreno(TM) X1-85 GPU) does not support it
PROFILES WARNING: 'maxDescriptorSetUpdateAfterBindInputAttachments' profile value (256) is greater than device (Qualcomm(R) Adreno(TM) X1-85 GPU) value (8)
PROFILES WARNING: 'maxPerStageDescriptorUpdateAfterBindInputAttachments' profile value (64) is greater than device (Qualcomm(R) Adreno(TM) X1-85 GPU) value (8)
PROFILES WARNING: 'maxMemoryAllocationSize' profile value (2147483648) is greater than device (Qualcomm(R) Adreno(TM) X1-85 GPU) value (1073741824)
PROFILES WARNING: 'maxBoundDescriptorSets' profile value (8) is greater than device (Qualcomm(R) Adreno(TM) X1-85 GPU) value (7)
PROFILES WARNING: 'maxFragmentInputComponents' profile value (116) is greater than device (Qualcomm(R) Adreno(TM) X1-85 GPU) value (112)
PROFILES WARNING: 'maxImageDimensionCube' profile value (1048576) is greater than device (Qualcomm(R) Adreno(TM) X1-85 GPU) value (16384)
PROFILES WARNING: 'maxStorageBufferRange' profile value (1073741820) is greater than device (Qualcomm(R) Adreno(TM) X1-85 GPU) value (134217728)
PROFILES WARNING: 'maxVertexAttribDivisor' profile value (268435455) is greater than device (Qualcomm(R) Adreno(TM) X1-85 GPU) value (65535)
PROFILES NOTIFICATION: - VkPhysicalDeviceProperties API version: 1.1.139. Using the API version specified by the profile.
PROFILES NOTIFICATION: Found "Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)" with Vulkan 1.2.295 driver.
PROFILES NOTIFICATION: - Overriding device capabilities with the 'VP_LUNARG_desktop_baseline_2022' profile capabilities.
PROFILES NOTIFICATION: - Adding promoted extensions to core in Vulkan (1.1).
PROFILES WARNING: Profile requires by VkPhysicalDevice8BitStorageFeaturesKHR capabilities, but VK_KHR_8bit_storage is not supported by the device.
PROFILES WARNING: 'storageBuffer8BitAccess' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) does not support it
PROFILES WARNING: 'uniformAndStorageBuffer8BitAccess' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) does not support it
PROFILES WARNING: 'dualSrcBlend' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) does not support it
PROFILES WARNING: 'fullDrawIndexUint32' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) does not support it
PROFILES WARNING: 'inheritedQueries' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) does not support it
PROFILES WARNING: 'largePoints' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) does not support it
PROFILES WARNING: 'multiViewport' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) does not support it
PROFILES WARNING: 'shaderTessellationAndGeometryPointSize' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) does not support it
PROFILES WARNING: 'tessellationShader' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) does not support it
PROFILES WARNING: 'shaderInt8' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) does not support it
PROFILES WARNING: Profile requires by VkPhysicalDeviceHostQueryResetFeaturesEXT capabilities, but VK_EXT_host_query_reset is not supported by the device.
PROFILES WARNING: 'hostQueryReset' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) does not support it
PROFILES WARNING: Profile requires by VkPhysicalDeviceInlineUniformBlockFeaturesEXT capabilities, but VK_EXT_inline_uniform_block is not supported by the device.
PROFILES WARNING: 'descriptorBindingInlineUniformBlockUpdateAfterBind' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) does not support it
PROFILES WARNING: 'inlineUniformBlock' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) does not support it
PROFILES WARNING: Profile requires by VkPhysicalDeviceRobustness2FeaturesEXT capabilities, but VK_EXT_robustness2 is not supported by the device.
PROFILES WARNING: 'robustImageAccess2' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) does not support it
PROFILES WARNING: Profile requires by VkPhysicalDeviceTexelBufferAlignmentFeaturesEXT capabilities, but VK_EXT_texel_buffer_alignment is not supported by the device.
PROFILES WARNING: 'texelBufferAlignment' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) does not support it
PROFILES WARNING: Profile requires by VkPhysicalDeviceVariablePointersFeaturesKHR capabilities, but VK_KHR_variable_pointers is not supported by the device.
PROFILES WARNING: 'variablePointers' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) does not support it
PROFILES WARNING: 'variablePointersStorageBuffer' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) does not support it
PROFILES WARNING: 'maxDescriptorSetUpdateAfterBindStorageBuffersDynamic' profile value (8) is greater than device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) value (4)
PROFILES WARNING: 'maxUpdateAfterBindDescriptorsInAllPools' profile value (1048576) is greater than device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) value (1000000)
PROFILES WARNING: Profile requires by VkPhysicalDeviceInlineUniformBlockPropertiesEXT capabilities, but VK_EXT_inline_uniform_block is not supported by the device.
PROFILES WARNING: 'maxDescriptorSetInlineUniformBlocks' profile value (4) is greater than device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) value (0)
PROFILES WARNING: 'maxDescriptorSetUpdateAfterBindInlineUniformBlocks' profile value (4) is greater than device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) value (0)
PROFILES WARNING: 'maxInlineUniformBlockSize' profile value (256) is greater than device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) value (0)
PROFILES WARNING: 'maxPerStageDescriptorInlineUniformBlocks' profile value (4) is greater than device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) value (0)
PROFILES WARNING: 'maxPerStageDescriptorUpdateAfterBindInlineUniformBlocks' profile value (4) is greater than device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) value (0)
PROFILES WARNING: 'framebufferColorSampleCounts' profile value (7) has bits set that the device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) value (5) does not
PROFILES WARNING: 'framebufferDepthSampleCounts' profile value (7) has bits set that the device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) value (5) does not
PROFILES WARNING: 'framebufferNoAttachmentsSampleCounts' profile value (7) has bits set that the device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) value (5) does not
PROFILES WARNING: 'framebufferStencilSampleCounts' profile value (7) has bits set that the device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) value (5) does not
PROFILES WARNING: 'maxDescriptorSetStorageBuffersDynamic' profile value (8) is greater than device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) value (4)
PROFILES WARNING: 'maxDrawIndexedIndexValue' profile value (4294967294) is greater than device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) value (16777215)
PROFILES WARNING: 'maxFragmentDualSrcAttachments' profile value (1) is greater than device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) value (0)
PROFILES WARNING: 'maxImageDimensionCube' profile value (1048576) is greater than device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) value (16384)
PROFILES WARNING: 'maxStorageBufferRange' profile value (1073741820) is greater than device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) value (134217728)
PROFILES WARNING: 'maxTessellationControlPerPatchOutputComponents' profile value (120) is greater than device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) value (0)
PROFILES WARNING: 'maxTessellationControlPerVertexInputComponents' profile value (124) is greater than device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) value (0)
PROFILES WARNING: 'maxTessellationControlPerVertexOutputComponents' profile value (124) is greater than device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) value (0)
PROFILES WARNING: 'maxTessellationControlTotalOutputComponents' profile value (2048) is greater than device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) value (0)
PROFILES WARNING: 'maxTessellationEvaluationInputComponents' profile value (124) is greater than device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) value (0)
PROFILES WARNING: 'maxTessellationEvaluationOutputComponents' profile value (124) is greater than device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) value (0)
PROFILES WARNING: 'maxTessellationGenerationLevel' profile value (64) is greater than device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) value (0)
PROFILES WARNING: 'maxTessellationPatchSize' profile value (32) is greater than device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) value (0)
PROFILES WARNING: 'maxVertexInputAttributes' profile value (28) is greater than device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) value (16)
PROFILES WARNING: 'optimalBufferCopyOffsetAlignment' profile value (256) is lesser than device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) value (512)
PROFILES WARNING: 'optimalBufferCopyRowPitchAlignment' profile value (128) is lesser than device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) value (256)
PROFILES WARNING: 'sampledImageColorSampleCounts' profile value (7) has bits set that the device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) value (5) does not
PROFILES WARNING: 'sampledImageDepthSampleCounts' profile value (7) has bits set that the device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) value (5) does not
PROFILES WARNING: 'sampledImageIntegerSampleCounts' profile value (7) has bits set that the device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) value (1) does not
PROFILES WARNING: 'sampledImageStencilSampleCounts' profile value (7) has bits set that the device (Microsoft Direct3D12 (Qualcomm(R) Adreno(TM) X1-85 GPU)) value (5) does not
PROFILES WARNING: Profile requires by VkPhysicalDeviceRobustness2PropertiesEXT capabilities, but VK_EXT_robustness2 is not supported by the device.
PROFILES WARNING: Profile requires by VkPhysicalDeviceTexelBufferAlignmentPropertiesEXT capabilities, but VK_EXT_texel_buffer_alignment is not supported by the device.
PROFILES NOTIFICATION: - VkPhysicalDeviceProperties API version: 1.1.139. Using the API version specified by the profile.
PROFILES NOTIFICATION: Found "Microsoft Direct3D12 (Microsoft Basic Render Driver)" with Vulkan 1.2.295 driver.
PROFILES NOTIFICATION: - Overriding device capabilities with the 'VP_LUNARG_desktop_baseline_2022' profile capabilities.
PROFILES NOTIFICATION: - Adding promoted extensions to core in Vulkan (1.1).
PROFILES WARNING: Profile requires by VkPhysicalDevice8BitStorageFeaturesKHR capabilities, but VK_KHR_8bit_storage is not supported by the device.
PROFILES WARNING: 'storageBuffer8BitAccess' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) does not support it
PROFILES WARNING: 'uniformAndStorageBuffer8BitAccess' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) does not support it
PROFILES WARNING: 'dualSrcBlend' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) does not support it
PROFILES WARNING: 'fullDrawIndexUint32' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) does not support it
PROFILES WARNING: 'inheritedQueries' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) does not support it
PROFILES WARNING: 'largePoints' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) does not support it
PROFILES WARNING: 'multiViewport' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) does not support it
PROFILES WARNING: 'shaderTessellationAndGeometryPointSize' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) does not support it
PROFILES WARNING: 'tessellationShader' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) does not support it
PROFILES WARNING: 'shaderInt8' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) does not support it
PROFILES WARNING: Profile requires by VkPhysicalDeviceHostQueryResetFeaturesEXT capabilities, but VK_EXT_host_query_reset is not supported by the device.
PROFILES WARNING: 'hostQueryReset' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) does not support it
PROFILES WARNING: Profile requires by VkPhysicalDeviceInlineUniformBlockFeaturesEXT capabilities, but VK_EXT_inline_uniform_block is not supported by the device.
PROFILES WARNING: 'descriptorBindingInlineUniformBlockUpdateAfterBind' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) does not support it
PROFILES WARNING: 'inlineUniformBlock' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) does not support it
PROFILES WARNING: Profile requires by VkPhysicalDeviceRobustness2FeaturesEXT capabilities, but VK_EXT_robustness2 is not supported by the device.
PROFILES WARNING: 'robustImageAccess2' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) does not support it
PROFILES WARNING: Profile requires by VkPhysicalDeviceTexelBufferAlignmentFeaturesEXT capabilities, but VK_EXT_texel_buffer_alignment is not supported by the device.
PROFILES WARNING: 'texelBufferAlignment' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) does not support it
PROFILES WARNING: Profile requires by VkPhysicalDeviceVariablePointersFeaturesKHR capabilities, but VK_KHR_variable_pointers is not supported by the device.
PROFILES WARNING: 'variablePointers' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) does not support it
PROFILES WARNING: 'variablePointersStorageBuffer' profile value is enabled in the profile, but the device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) does not support it
PROFILES WARNING: 'maxDescriptorSetUpdateAfterBindStorageBuffersDynamic' profile value (8) is greater than device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) value (4)
PROFILES WARNING: 'maxUpdateAfterBindDescriptorsInAllPools' profile value (1048576) is greater than device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) value (1000000)
PROFILES WARNING: Profile requires by VkPhysicalDeviceInlineUniformBlockPropertiesEXT capabilities, but VK_EXT_inline_uniform_block is not supported by the device.
PROFILES WARNING: 'maxDescriptorSetInlineUniformBlocks' profile value (4) is greater than device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) value (0)
PROFILES WARNING: 'maxDescriptorSetUpdateAfterBindInlineUniformBlocks' profile value (4) is greater than device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) value (0)
PROFILES WARNING: 'maxInlineUniformBlockSize' profile value (256) is greater than device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) value (0)
PROFILES WARNING: 'maxPerStageDescriptorInlineUniformBlocks' profile value (4) is greater than device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) value (0)
PROFILES WARNING: 'maxPerStageDescriptorUpdateAfterBindInlineUniformBlocks' profile value (4) is greater than device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) value (0)
PROFILES WARNING: 'framebufferColorSampleCounts' profile value (7) has bits set that the device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) value (5) does not
PROFILES WARNING: 'framebufferDepthSampleCounts' profile value (7) has bits set that the device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) value (5) does not
PROFILES WARNING: 'framebufferNoAttachmentsSampleCounts' profile value (7) has bits set that the device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) value (5) does not
PROFILES WARNING: 'framebufferStencilSampleCounts' profile value (7) has bits set that the device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) value (5) does not
PROFILES WARNING: 'maxDescriptorSetStorageBuffersDynamic' profile value (8) is greater than device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) value (4)
PROFILES WARNING: 'maxDrawIndexedIndexValue' profile value (4294967294) is greater than device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) value (16777215)
PROFILES WARNING: 'maxFragmentDualSrcAttachments' profile value (1) is greater than device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) value (0)
PROFILES WARNING: 'maxImageDimensionCube' profile value (1048576) is greater than device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) value (16384)
PROFILES WARNING: 'maxStorageBufferRange' profile value (1073741820) is greater than device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) value (134217728)
PROFILES WARNING: 'maxTessellationControlPerPatchOutputComponents' profile value (120) is greater than device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) value (0)
PROFILES WARNING: 'maxTessellationControlPerVertexInputComponents' profile value (124) is greater than device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) value (0)
PROFILES WARNING: 'maxTessellationControlPerVertexOutputComponents' profile value (124) is greater than device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) value (0)
PROFILES WARNING: 'maxTessellationControlTotalOutputComponents' profile value (2048) is greater than device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) value (0)
PROFILES WARNING: 'maxTessellationEvaluationInputComponents' profile value (124) is greater than device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) value (0)
PROFILES WARNING: 'maxTessellationEvaluationOutputComponents' profile value (124) is greater than device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) value (0)
PROFILES WARNING: 'maxTessellationGenerationLevel' profile value (64) is greater than device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) value (0)
PROFILES WARNING: 'maxTessellationPatchSize' profile value (32) is greater than device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) value (0)
PROFILES WARNING: 'maxVertexInputAttributes' profile value (28) is greater than device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) value (16)
PROFILES WARNING: 'optimalBufferCopyOffsetAlignment' profile value (256) is lesser than device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) value (512)
PROFILES WARNING: 'optimalBufferCopyRowPitchAlignment' profile value (128) is lesser than device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) value (256)
PROFILES WARNING: 'sampledImageColorSampleCounts' profile value (7) has bits set that the device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) value (5) does not
PROFILES WARNING: 'sampledImageDepthSampleCounts' profile value (7) has bits set that the device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) value (5) does not
PROFILES WARNING: 'sampledImageIntegerSampleCounts' profile value (7) has bits set that the device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) value (1) does not
PROFILES WARNING: 'sampledImageStencilSampleCounts' profile value (7) has bits set that the device (Microsoft Direct3D12 (Microsoft Basic Render Driver)) value (5) does not
PROFILES WARNING: Profile requires by VkPhysicalDeviceRobustness2PropertiesEXT capabilities, but VK_EXT_robustness2 is not supported by the device.
PROFILES WARNING: Profile requires by VkPhysicalDeviceTexelBufferAlignmentPropertiesEXT capabilities, but VK_EXT_texel_buffer_alignment is not supported by the device.
PROFILES NOTIFICATION: - VkPhysicalDeviceProperties API version: 1.1.139. Using the API version specified by the profile.
Selected GPU 0: Qualcomm(R) Adreno(TM) X1-85 GPU, type: IntegratedGpu
The text was updated successfully, but these errors were encountered: