Searched defs:PhysicalDeviceProtectedMemoryProperties (Results 1 – 4 of 4) sorted by relevance
68221 struct PhysicalDeviceProtectedMemoryProperties struct68223 using NativeType = VkPhysicalDeviceProtectedMemoryProperties;68229 …VULKAN_HPP_CONSTEXPR PhysicalDeviceProtectedMemoryProperties( VULKAN_HPP_NAMESPACE::Bool32 protect… in PhysicalDeviceProtectedMemoryProperties() function68238 …PhysicalDeviceProtectedMemoryProperties( VkPhysicalDeviceProtectedMemoryProperties const & rhs ) V… in PhysicalDeviceProtectedMemoryProperties() function68248 …*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 !=()[all …]
63705 struct PhysicalDeviceProtectedMemoryProperties struct63714 VULKAN_HPP_CONSTEXPR PhysicalDeviceProtectedMemoryProperties(VULKAN_HPP_NAMESPACE::Bool32 protected… in PhysicalDeviceProtectedMemoryProperties() function63720 …PhysicalDeviceProtectedMemoryProperties( VkPhysicalDeviceProtectedMemoryProperties const & rhs ) V… in PhysicalDeviceProtectedMemoryProperties() function63730 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceProtectedMemoryProperties const *>( … in operator =()63735 operator VkPhysicalDeviceProtectedMemoryProperties const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceProtectedMemoryProperties const&()63740 operator VkPhysicalDeviceProtectedMemoryProperties &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceProtectedMemoryProperties&()63751 reflect() const VULKAN_HPP_NOEXCEPT in reflect()63761 bool operator==( PhysicalDeviceProtectedMemoryProperties const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()63772 bool operator!=( PhysicalDeviceProtectedMemoryProperties const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()63779 …ULKAN_HPP_NAMESPACE::StructureType sType = StructureType::ePhysicalDeviceProtectedMemoryProperties;[all …]
71793 struct PhysicalDeviceProtectedMemoryProperties struct71795 using NativeType = VkPhysicalDeviceProtectedMemoryProperties;71801 …VULKAN_HPP_CONSTEXPR PhysicalDeviceProtectedMemoryProperties( VULKAN_HPP_NAMESPACE::Bool32 protect… in PhysicalDeviceProtectedMemoryProperties() function71810 …PhysicalDeviceProtectedMemoryProperties( VkPhysicalDeviceProtectedMemoryProperties const & rhs ) V… in PhysicalDeviceProtectedMemoryProperties() function71820 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceProtectedMemoryProperties const *>( … in operator =()71824 operator VkPhysicalDeviceProtectedMemoryProperties const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceProtectedMemoryProperties const&()71829 operator VkPhysicalDeviceProtectedMemoryProperties &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceProtectedMemoryProperties&()71840 reflect() const VULKAN_HPP_NOEXCEPT in reflect()71849 bool operator==( PhysicalDeviceProtectedMemoryProperties const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()71858 bool operator!=( PhysicalDeviceProtectedMemoryProperties const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()[all …]
22053 pub struct PhysicalDeviceProtectedMemoryProperties { struct22058 impl ::std::default::Default for PhysicalDeviceProtectedMemoryProperties { argument22067 impl PhysicalDeviceProtectedMemoryProperties { impl22084 unsafe impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceProtectedMemoryProperties {} implementation22104 pub fn build(self) -> PhysicalDeviceProtectedMemoryProperties { in build()