Skip to content

Failed on vulkan-headers 1.4.313.0 #13

Description

@ccicnce113424
../subprojects/vkroots/vkroots.h: In function 'constexpr VkStructureType vkroots::ResolveSType() [with Type = VkCudaFunctionCreateInfoNV; VkStructureType = VkStructureType]':
../subprojects/vkroots/vkroots.h:15390:93: error: 'VK_STRUCTURE_TYPE_CUDA_FUNCTION_CREATE_INFO_NV' was not declared in this scope; did you mean 'VK_STRUCTURE_TYPE_CU_FUNCTION_CREATE_INFO_NVX'?
15390 |   template <> constexpr VkStructureType ResolveSType<VkCudaFunctionCreateInfoNV>() { return VK_STRUCTURE_TYPE_CUDA_FUNCTION_CREATE_INFO_NV; }
      |                                                                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                                                                             VK_STRUCTURE_TYPE_CU_FUNCTION_CREATE_INFO_NVX
../subprojects/vkroots/vkroots.h: In function 'constexpr VkStructureType vkroots::ResolveSType() [with Type = const VkCudaFunctionCreateInfoNV; VkStructureType = VkStructureType]':
../subprojects/vkroots/vkroots.h:15391:99: error: 'VK_STRUCTURE_TYPE_CUDA_FUNCTION_CREATE_INFO_NV' was not declared in this scope; did you mean 'VK_STRUCTURE_TYPE_CU_FUNCTION_CREATE_INFO_NVX'?
15391 |   template <> constexpr VkStructureType ResolveSType<const VkCudaFunctionCreateInfoNV>() { return VK_STRUCTURE_TYPE_CUDA_FUNCTION_CREATE_INFO_NV; }
      |                                                                                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                                                                                   VK_STRUCTURE_TYPE_CU_FUNCTION_CREATE_INFO_NVX
../subprojects/vkroots/vkroots.h: In function 'constexpr VkStructureType vkroots::ResolveSType() [with Type = VkCudaLaunchInfoNV; VkStructureType = VkStructureType]':
../subprojects/vkroots/vkroots.h:15393:85: error: 'VK_STRUCTURE_TYPE_CUDA_LAUNCH_INFO_NV' was not declared in this scope; did you mean 'VK_STRUCTURE_TYPE_CU_LAUNCH_INFO_NVX'?
15393 |   template <> constexpr VkStructureType ResolveSType<VkCudaLaunchInfoNV>() { return VK_STRUCTURE_TYPE_CUDA_LAUNCH_INFO_NV; }
      |                                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                                                                     VK_STRUCTURE_TYPE_CU_LAUNCH_INFO_NVX
../subprojects/vkroots/vkroots.h: In function 'constexpr VkStructureType vkroots::ResolveSType() [with Type = const VkCudaLaunchInfoNV; VkStructureType = VkStructureType]':
../subprojects/vkroots/vkroots.h:15394:91: error: 'VK_STRUCTURE_TYPE_CUDA_LAUNCH_INFO_NV' was not declared in this scope; did you mean 'VK_STRUCTURE_TYPE_CU_LAUNCH_INFO_NVX'?
15394 |   template <> constexpr VkStructureType ResolveSType<const VkCudaLaunchInfoNV>() { return VK_STRUCTURE_TYPE_CUDA_LAUNCH_INFO_NV; }
      |                                                                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                                                                           VK_STRUCTURE_TYPE_CU_LAUNCH_INFO_NVX
../subprojects/vkroots/vkroots.h: In function 'constexpr VkStructureType vkroots::ResolveSType() [with Type = VkCudaModuleCreateInfoNV; VkStructureType = VkStructureType]':
../subprojects/vkroots/vkroots.h:15396:91: error: 'VK_STRUCTURE_TYPE_CUDA_MODULE_CREATE_INFO_NV' was not declared in this scope; did you mean 'VK_STRUCTURE_TYPE_CU_MODULE_CREATE_INFO_NVX'?
15396 |   template <> constexpr VkStructureType ResolveSType<VkCudaModuleCreateInfoNV>() { return VK_STRUCTURE_TYPE_CUDA_MODULE_CREATE_INFO_NV; }
      |                                                                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                                                                           VK_STRUCTURE_TYPE_CU_MODULE_CREATE_INFO_NVX
../subprojects/vkroots/vkroots.h: In function 'constexpr VkStructureType vkroots::ResolveSType() [with Type = const VkCudaModuleCreateInfoNV; VkStructureType = VkStructureType]':
../subprojects/vkroots/vkroots.h:15397:97: error: 'VK_STRUCTURE_TYPE_CUDA_MODULE_CREATE_INFO_NV' was not declared in this scope; did you mean 'VK_STRUCTURE_TYPE_CU_MODULE_CREATE_INFO_NVX'?
15397 |   template <> constexpr VkStructureType ResolveSType<const VkCudaModuleCreateInfoNV>() { return VK_STRUCTURE_TYPE_CUDA_MODULE_CREATE_INFO_NV; }
      |                                                                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                                                                                 VK_STRUCTURE_TYPE_CU_MODULE_CREATE_INFO_NVX
../subprojects/vkroots/vkroots.h: In function 'constexpr VkStructureType vkroots::ResolveSType() [with Type = VkPhysicalDeviceCudaKernelLaunchFeaturesNV; VkStructureType = VkStructureType]':
../subprojects/vkroots/vkroots.h:16304:109: error: 'VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_CUDA_KERNEL_LAUNCH_FEATURES_NV' was not declared in this scope; did you mean 'VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_SM_BUILTINS_FEATURES_NV'?
16304 |   template <> constexpr VkStructureType ResolveSType<VkPhysicalDeviceCudaKernelLaunchFeaturesNV>() { return VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_CUDA_KERNEL_LAUNCH_FEATURES_NV; }
      |                                                                                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                                                                                             VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_SM_BUILTINS_FEATURES_NV
../subprojects/vkroots/vkroots.h: In function 'constexpr VkStructureType vkroots::ResolveSType() [with Type = const VkPhysicalDeviceCudaKernelLaunchFeaturesNV; VkStructureType = VkStructureType]':
../subprojects/vkroots/vkroots.h:16305:115: error: 'VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_CUDA_KERNEL_LAUNCH_FEATURES_NV' was not declared in this scope; did you mean 'VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_SM_BUILTINS_FEATURES_NV'?
16305 |   template <> constexpr VkStructureType ResolveSType<const VkPhysicalDeviceCudaKernelLaunchFeaturesNV>() { return VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_CUDA_KERNEL_LAUNCH_FEATURES_NV; }
      |                                                                                                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                                                                                                   VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_SM_BUILTINS_FEATURES_NV
../subprojects/vkroots/vkroots.h: In function 'constexpr VkStructureType vkroots::ResolveSType() [with Type = VkPhysicalDeviceCudaKernelLaunchPropertiesNV; VkStructureType = VkStructureType]':
../subprojects/vkroots/vkroots.h:16307:111: error: 'VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_CUDA_KERNEL_LAUNCH_PROPERTIES_NV' was not declared in this scope; did you mean 'VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_SM_BUILTINS_PROPERTIES_NV'?
16307 |   template <> constexpr VkStructureType ResolveSType<VkPhysicalDeviceCudaKernelLaunchPropertiesNV>() { return VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_CUDA_KERNEL_LAUNCH_PROPERTIES_NV; }
      |                                                                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                                                                                               VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_SM_BUILTINS_PROPERTIES_NV
../subprojects/vkroots/vkroots.h: In function 'constexpr VkStructureType vkroots::ResolveSType() [with Type = const VkPhysicalDeviceCudaKernelLaunchPropertiesNV; VkStructureType = VkStructureType]':
../subprojects/vkroots/vkroots.h:16308:117: error: 'VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_CUDA_KERNEL_LAUNCH_PROPERTIES_NV' was not declared in this scope; did you mean 'VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_SM_BUILTINS_PROPERTIES_NV'?
16308 |   template <> constexpr VkStructureType ResolveSType<const VkPhysicalDeviceCudaKernelLaunchPropertiesNV>() { return VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_CUDA_KERNEL_LAUNCH_PROPERTIES_NV; }
      |                                                                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                                                                                                     VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_SM_BUILTINS_PROPERTIES_NV
ninja: build stopped: subcommand failed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions