Skip to content

Instantly share code, notes, and snippets.

@bzm3r
Last active February 21, 2020 03:06
Show Gist options
  • Save bzm3r/59a70f56fb09aacd5ac8870b6dcda125 to your computer and use it in GitHub Desktop.
Save bzm3r/59a70f56fb09aacd5ac8870b6dcda125 to your computer and use it in GitHub Desktop.
[2020-02-21T03:00:32Z ERROR gfx_backend_vulkan]
VALIDATION [UNASSIGNED-CoreValidation-Shader-InconsistentSpirv (0)] : SPIR-V module not valid: Invalid SPIR-V binary version 1.3 for target environment SPIR-V 1.0 (under Vulkan 1.0 semantics).
object info: (type: UNKNOWN, hndl: 0)
[2020-02-21T03:00:32Z ERROR gfx_backend_vulkan]
VALIDATION [UNASSIGNED-CoreValidation-Shader-ExceedDeviceLimit (0)] : Shader requires flag VK_SHADER_STAGE_COMPUTE_BIT set in VkPhysicalDeviceSubgroupProperties::supportedStages but it is not set on the device
object info: (type: UNKNOWN, hndl: 0)
[2020-02-21T03:00:32Z ERROR gfx_backend_vulkan]
VALIDATION [UNASSIGNED-CoreValidation-Shader-ExceedDeviceLimit (0)] : Shader requires flag VK_SUBGROUP_FEATURE_BASIC_BIT set in VkPhysicalDeviceSubgroupProperties::supportedOperations but it is not set on the device
object info: (type: UNKNOWN, hndl: 0)
[2020-02-21T03:00:32Z ERROR gfx_backend_vulkan]
VALIDATION [UNASSIGNED-CoreValidation-Shader-ExceedDeviceLimit (0)] : Shader requires flag VK_SHADER_STAGE_COMPUTE_BIT set in VkPhysicalDeviceSubgroupProperties::supportedStages but it is not set on the device
object info: (type: UNKNOWN, hndl: 0)
[2020-02-21T03:00:32Z ERROR gfx_backend_vulkan]
VALIDATION [UNASSIGNED-CoreValidation-Shader-ExceedDeviceLimit (0)] : Shader requires flag VK_SUBGROUP_FEATURE_SHUFFLE_BIT set in VkPhysicalDeviceSubgroupProperties::supportedOperations but it is not set on the device
object info: (type: UNKNOWN, hndl: 0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment