Searched defs:PhysicalDeviceMeshShaderFeaturesNV (Results 1 – 4 of 4) sorted by relevance
70528 struct PhysicalDeviceMeshShaderFeaturesNV struct70530 using NativeType = VkPhysicalDeviceMeshShaderFeaturesNV;70532 static const bool allowDuplicate = false;70533 …NST_OR_CONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceMeshShaderFeaturesNV;70536 …VULKAN_HPP_CONSTEXPR PhysicalDeviceMeshShaderFeaturesNV( VULKAN_HPP_NAMESPACE::Bool32 taskShader_ … in PhysicalDeviceMeshShaderFeaturesNV() function70547 …PhysicalDeviceMeshShaderFeaturesNV( VkPhysicalDeviceMeshShaderFeaturesNV const & rhs ) VULKAN_HPP_… in PhysicalDeviceMeshShaderFeaturesNV() function70557 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceMeshShaderFeaturesNV const *>( &rhs … in operator =()70562 …HPP_CONSTEXPR_14 PhysicalDeviceMeshShaderFeaturesNV & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()70568 …eshShaderFeaturesNV & setTaskShader( VULKAN_HPP_NAMESPACE::Bool32 taskShader_ ) VULKAN_HPP_NOEXCEPT in setTaskShader()70574 …eshShaderFeaturesNV & setMeshShader( VULKAN_HPP_NAMESPACE::Bool32 meshShader_ ) VULKAN_HPP_NOEXCEPT in setMeshShader()[all …]
72636 struct PhysicalDeviceMeshShaderFeaturesNV struct72638 using NativeType = VkPhysicalDeviceMeshShaderFeaturesNV;72640 static const bool allowDuplicate = false;72641 …NST_OR_CONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceMeshShaderFeaturesNV;72644 …VULKAN_HPP_CONSTEXPR PhysicalDeviceMeshShaderFeaturesNV( VULKAN_HPP_NAMESPACE::Bool32 taskShader_ … in PhysicalDeviceMeshShaderFeaturesNV() function72655 …PhysicalDeviceMeshShaderFeaturesNV( VkPhysicalDeviceMeshShaderFeaturesNV const & rhs ) VULKAN_HPP_… in PhysicalDeviceMeshShaderFeaturesNV() function72665 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceMeshShaderFeaturesNV const *>( &rhs … in operator =()72670 …HPP_CONSTEXPR_14 PhysicalDeviceMeshShaderFeaturesNV & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()72676 …eshShaderFeaturesNV & setTaskShader( VULKAN_HPP_NAMESPACE::Bool32 taskShader_ ) VULKAN_HPP_NOEXCEPT in setTaskShader()72682 …eshShaderFeaturesNV & setMeshShader( VULKAN_HPP_NAMESPACE::Bool32 meshShader_ ) VULKAN_HPP_NOEXCEPT in setMeshShader()[all …]
73435 struct PhysicalDeviceMeshShaderFeaturesNV struct73437 using NativeType = VkPhysicalDeviceMeshShaderFeaturesNV;73439 static const bool allowDuplicate = false;73440 …NST_OR_CONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceMeshShaderFeaturesNV;73443 …VULKAN_HPP_CONSTEXPR PhysicalDeviceMeshShaderFeaturesNV( VULKAN_HPP_NAMESPACE::Bool32 taskShader_ … in PhysicalDeviceMeshShaderFeaturesNV() function73454 …PhysicalDeviceMeshShaderFeaturesNV( VkPhysicalDeviceMeshShaderFeaturesNV const & rhs ) VULKAN_HPP_… in PhysicalDeviceMeshShaderFeaturesNV() function73464 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceMeshShaderFeaturesNV const *>( &rhs … in operator =()73469 …HPP_CONSTEXPR_14 PhysicalDeviceMeshShaderFeaturesNV & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()73475 …eshShaderFeaturesNV & setTaskShader( VULKAN_HPP_NAMESPACE::Bool32 taskShader_ ) VULKAN_HPP_NOEXCEPT in setTaskShader()73481 …eshShaderFeaturesNV & setMeshShader( VULKAN_HPP_NAMESPACE::Bool32 meshShader_ ) VULKAN_HPP_NOEXCEPT in setMeshShader()[all …]
34976 pub struct PhysicalDeviceMeshShaderFeaturesNV { struct34982 impl ::std::default::Default for PhysicalDeviceMeshShaderFeaturesNV { implementation34993 unsafe impl TaggedStructure for PhysicalDeviceMeshShaderFeaturesNV { implementation34996 impl PhysicalDeviceMeshShaderFeaturesNV { impl35010 unsafe impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceMeshShaderFeaturesNV {} implementation35012 unsafe impl ExtendsDeviceCreateInfo for PhysicalDeviceMeshShaderFeaturesNV {} implementation35038 pub fn build(self) -> PhysicalDeviceMeshShaderFeaturesNV { in build()