Searched defs:PhysicalDevicePipelineCreationCacheControlFeatures (Results 1 – 4 of 4) sorted by relevance
72828 struct PhysicalDevicePipelineCreationCacheControlFeatures struct72830 using NativeType = VkPhysicalDevicePipelineCreationCacheControlFeatures;72832 static const bool allowDuplicate = false;72833 … StructureType structureType = StructureType::ePhysicalDevicePipelineCreationCacheControlFeatures;72836 …VULKAN_HPP_CONSTEXPR PhysicalDevicePipelineCreationCacheControlFeatures( VULKAN_HPP_NAMESPACE::Boo… in PhysicalDevicePipelineCreationCacheControlFeatures() function72846 …PhysicalDevicePipelineCreationCacheControlFeatures( VkPhysicalDevicePipelineCreationCacheControlFe… in PhysicalDevicePipelineCreationCacheControlFeatures() function72857 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDevicePipelineCreationCacheControlFeatures… in operator =()72862 … PhysicalDevicePipelineCreationCacheControlFeatures & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()72869 …ationCacheControl( VULKAN_HPP_NAMESPACE::Bool32 pipelineCreationCacheControl_ ) VULKAN_HPP_NOEXCEPT in setPipelineCreationCacheControl()72876 … operator VkPhysicalDevicePipelineCreationCacheControlFeatures const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDevicePipelineCreationCacheControlFeatures const&()[all …]
75272 struct PhysicalDevicePipelineCreationCacheControlFeatures struct75274 using NativeType = VkPhysicalDevicePipelineCreationCacheControlFeatures;75276 static const bool allowDuplicate = false;75277 … StructureType structureType = StructureType::ePhysicalDevicePipelineCreationCacheControlFeatures;75280 …VULKAN_HPP_CONSTEXPR PhysicalDevicePipelineCreationCacheControlFeatures( VULKAN_HPP_NAMESPACE::Boo… in PhysicalDevicePipelineCreationCacheControlFeatures() function75290 …PhysicalDevicePipelineCreationCacheControlFeatures( VkPhysicalDevicePipelineCreationCacheControlFe… in PhysicalDevicePipelineCreationCacheControlFeatures() function75301 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDevicePipelineCreationCacheControlFeatures… in operator =()75306 … PhysicalDevicePipelineCreationCacheControlFeatures & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()75313 …ationCacheControl( VULKAN_HPP_NAMESPACE::Bool32 pipelineCreationCacheControl_ ) VULKAN_HPP_NOEXCEPT in setPipelineCreationCacheControl()75320 … operator VkPhysicalDevicePipelineCreationCacheControlFeatures const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDevicePipelineCreationCacheControlFeatures const&()[all …]
76071 struct PhysicalDevicePipelineCreationCacheControlFeatures struct76073 using NativeType = VkPhysicalDevicePipelineCreationCacheControlFeatures;76075 static const bool allowDuplicate = false;76076 … StructureType structureType = StructureType::ePhysicalDevicePipelineCreationCacheControlFeatures;76079 …VULKAN_HPP_CONSTEXPR PhysicalDevicePipelineCreationCacheControlFeatures( VULKAN_HPP_NAMESPACE::Boo… in PhysicalDevicePipelineCreationCacheControlFeatures() function76089 …PhysicalDevicePipelineCreationCacheControlFeatures( VkPhysicalDevicePipelineCreationCacheControlFe… in PhysicalDevicePipelineCreationCacheControlFeatures() function76100 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDevicePipelineCreationCacheControlFeatures… in operator =()76105 … PhysicalDevicePipelineCreationCacheControlFeatures & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()76112 …ationCacheControl( VULKAN_HPP_NAMESPACE::Bool32 pipelineCreationCacheControl_ ) VULKAN_HPP_NOEXCEPT in setPipelineCreationCacheControl()76119 … operator VkPhysicalDevicePipelineCreationCacheControlFeatures const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDevicePipelineCreationCacheControlFeatures const&()[all …]
45169 pub struct PhysicalDevicePipelineCreationCacheControlFeatures { struct45174 impl ::std::default::Default for PhysicalDevicePipelineCreationCacheControlFeatures { implementation45184 unsafe impl TaggedStructure for PhysicalDevicePipelineCreationCacheControlFeatures { implementation45188 impl PhysicalDevicePipelineCreationCacheControlFeatures { implementation45205 unsafe impl ExtendsPhysicalDeviceFeatures2 for PhysicalDevicePipelineCreationCacheControlFeatures {} implementation45210 unsafe impl ExtendsDeviceCreateInfo for PhysicalDevicePipelineCreationCacheControlFeatures {} implementation45234 pub fn build(self) -> PhysicalDevicePipelineCreationCacheControlFeatures { in build()