Lines Matching defs:PhysicalDeviceProtectedMemoryProperties
68221 struct PhysicalDeviceProtectedMemoryProperties struct
68223 using NativeType = VkPhysicalDeviceProtectedMemoryProperties;
68229 …VULKAN_HPP_CONSTEXPR PhysicalDeviceProtectedMemoryProperties( VULKAN_HPP_NAMESPACE::Bool32 protect… in PhysicalDeviceProtectedMemoryProperties() function
68238 …PhysicalDeviceProtectedMemoryProperties( VkPhysicalDeviceProtectedMemoryProperties const & rhs ) V… in PhysicalDeviceProtectedMemoryProperties() function
68248 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceProtectedMemoryProperties const *>( … in operator =()
68252 explicit operator VkPhysicalDeviceProtectedMemoryProperties const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceProtectedMemoryProperties const&()
68257 explicit operator VkPhysicalDeviceProtectedMemoryProperties &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceProtectedMemoryProperties&()
68268 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
68277 bool operator==( PhysicalDeviceProtectedMemoryProperties const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
68286 bool operator!=( PhysicalDeviceProtectedMemoryProperties const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
68293 …AMESPACE::StructureType sType = StructureType::ePhysicalDeviceProtectedMemoryProperties;
68294 void * pNext = {};
68295 VULKAN_HPP_NAMESPACE::Bool32 protectedNoFault = {};