Searched defs:PhysicalDeviceVariablePointersFeatures (Results 1 – 4 of 4) sorted by relevance
65705 struct PhysicalDeviceVariablePointersFeatures struct65707 using NativeType = VkPhysicalDeviceVariablePointersFeatures;65709 static const bool allowDuplicate = false;65710 …_OR_CONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceVariablePointersFeatures;65713 …VULKAN_HPP_CONSTEXPR PhysicalDeviceVariablePointersFeatures(VULKAN_HPP_NAMESPACE::Bool32 variableP… in PhysicalDeviceVariablePointersFeatures() function65724 …PhysicalDeviceVariablePointersFeatures(VkPhysicalDeviceVariablePointersFeatures const &rhs) VULKAN… in PhysicalDeviceVariablePointersFeatures() function65734 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceVariablePointersFeatures const *>(&r… in operator =()65739 …HPP_CONSTEXPR_14 PhysicalDeviceVariablePointersFeatures &setPNext(void *pNext_) VULKAN_HPP_NOEXCEPT in setPNext()65746 …ntersStorageBuffer(VULKAN_HPP_NAMESPACE::Bool32 variablePointersStorageBuffer_) VULKAN_HPP_NOEXCEPT in setVariablePointersStorageBuffer()65752 …rsFeatures &setVariablePointers(VULKAN_HPP_NAMESPACE::Bool32 variablePointers_) VULKAN_HPP_NOEXCEPT in setVariablePointers()[all …]
65611 struct PhysicalDeviceVariablePointersFeatures struct65613 using NativeType = VkPhysicalDeviceVariablePointersFeatures;65615 static const bool allowDuplicate = false;65616 …OR_CONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceVariablePointersFeatures;65619 …VULKAN_HPP_CONSTEXPR PhysicalDeviceVariablePointersFeatures( VULKAN_HPP_NAMESPACE::Bool32 variable… in PhysicalDeviceVariablePointersFeatures() function65630 …PhysicalDeviceVariablePointersFeatures( VkPhysicalDeviceVariablePointersFeatures const & rhs ) VUL… in PhysicalDeviceVariablePointersFeatures() function65640 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceVariablePointersFeatures const *>( &… in operator =()65645 …CONSTEXPR_14 PhysicalDeviceVariablePointersFeatures & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()65652 …ersStorageBuffer( VULKAN_HPP_NAMESPACE::Bool32 variablePointersStorageBuffer_ ) VULKAN_HPP_NOEXCEPT in setVariablePointersStorageBuffer()65658 …eatures & setVariablePointers( VULKAN_HPP_NAMESPACE::Bool32 variablePointers_ ) VULKAN_HPP_NOEXCEPT in setVariablePointers()[all …]
68088 struct PhysicalDeviceVariablePointersFeatures struct68090 using NativeType = VkPhysicalDeviceVariablePointersFeatures;68092 static const bool allowDuplicate = false;68093 static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType =68098 …PhysicalDeviceVariablePointersFeatures( VULKAN_HPP_NAMESPACE::Bool32 variablePointersStorageBuffer… in PhysicalDeviceVariablePointersFeatures() function68107 …PhysicalDeviceVariablePointersFeatures( VkPhysicalDeviceVariablePointersFeatures const & rhs ) VUL… in PhysicalDeviceVariablePointersFeatures() function68119 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceVariablePointersFeatures const *>( &… in operator =()68124 …CONSTEXPR_14 PhysicalDeviceVariablePointersFeatures & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()68130 … VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceVariablePointersFeatures & setVariablePointersStorageBuffer( in setVariablePointersStorageBuffer()68138 setVariablePointers( VULKAN_HPP_NAMESPACE::Bool32 variablePointers_ ) VULKAN_HPP_NOEXCEPT in setVariablePointers()[all …]
14379 pub struct PhysicalDeviceVariablePointersFeatures { struct14385 impl ::std::default::Default for PhysicalDeviceVariablePointersFeatures { argument14395 impl PhysicalDeviceVariablePointersFeatures { implementation14409 unsafe impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceVariablePointersFeatures {} implementation14411 unsafe impl ExtendsDeviceCreateInfo for PhysicalDeviceVariablePointersFeatures {} implementation14438 pub fn build(self) -> PhysicalDeviceVariablePointersFeatures { in build()