Home
last modified time | relevance | path

Searched defs:PhysicalDevicePipelineCreationCacheControlFeatures (Results 1 – 1 of 1) sorted by relevance

/third_party/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp87432 struct PhysicalDevicePipelineCreationCacheControlFeatures struct
87434 using NativeType = VkPhysicalDevicePipelineCreationCacheControlFeatures;
87436 static const bool allowDuplicate = false;
87437 … StructureType structureType = StructureType::ePhysicalDevicePipelineCreationCacheControlFeatures;
87440 …VULKAN_HPP_CONSTEXPR PhysicalDevicePipelineCreationCacheControlFeatures( VULKAN_HPP_NAMESPACE::Boo… in PhysicalDevicePipelineCreationCacheControlFeatures() function
87450PhysicalDevicePipelineCreationCacheControlFeatures( VkPhysicalDevicePipelineCreationCacheControlFe… in PhysicalDevicePipelineCreationCacheControlFeatures() function
87461 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDevicePipelineCreationCacheControlFeatures in operator =()
87466 … PhysicalDevicePipelineCreationCacheControlFeatures & setPNext( void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
87473 …ationCacheControl( VULKAN_HPP_NAMESPACE::Bool32 pipelineCreationCacheControl_ ) VULKAN_HPP_NOEXCEPT in setPipelineCreationCacheControl()
87480 … operator VkPhysicalDevicePipelineCreationCacheControlFeatures const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDevicePipelineCreationCacheControlFeatures const&()
[all …]