Searched defs:PhysicalDeviceProtectedMemoryProperties (Results 1 – 4 of 4) sorted by relevance
74995 struct PhysicalDeviceProtectedMemoryProperties struct74997 using NativeType = VkPhysicalDeviceProtectedMemoryProperties;75003 …VULKAN_HPP_CONSTEXPR PhysicalDeviceProtectedMemoryProperties( VULKAN_HPP_NAMESPACE::Bool32 protect… in PhysicalDeviceProtectedMemoryProperties() function75012 …PhysicalDeviceProtectedMemoryProperties( VkPhysicalDeviceProtectedMemoryProperties const & rhs ) V… in PhysicalDeviceProtectedMemoryProperties() function75022 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceProtectedMemoryProperties const *>( … in operator =()75026 operator VkPhysicalDeviceProtectedMemoryProperties const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceProtectedMemoryProperties const&()75031 operator VkPhysicalDeviceProtectedMemoryProperties &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceProtectedMemoryProperties&()75042 reflect() const VULKAN_HPP_NOEXCEPT in reflect()75051 bool operator==( PhysicalDeviceProtectedMemoryProperties const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()75060 bool operator!=( PhysicalDeviceProtectedMemoryProperties const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()[all …]
77443 struct PhysicalDeviceProtectedMemoryProperties struct77445 using NativeType = VkPhysicalDeviceProtectedMemoryProperties;77451 …VULKAN_HPP_CONSTEXPR PhysicalDeviceProtectedMemoryProperties( VULKAN_HPP_NAMESPACE::Bool32 protect… in PhysicalDeviceProtectedMemoryProperties() function77460 …PhysicalDeviceProtectedMemoryProperties( VkPhysicalDeviceProtectedMemoryProperties const & rhs ) V… in PhysicalDeviceProtectedMemoryProperties() function77470 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceProtectedMemoryProperties const *>( … in operator =()77474 operator VkPhysicalDeviceProtectedMemoryProperties const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceProtectedMemoryProperties const&()77479 operator VkPhysicalDeviceProtectedMemoryProperties &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceProtectedMemoryProperties&()77490 reflect() const VULKAN_HPP_NOEXCEPT in reflect()77499 bool operator==( PhysicalDeviceProtectedMemoryProperties const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()77508 bool operator!=( PhysicalDeviceProtectedMemoryProperties const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()[all …]
78288 struct PhysicalDeviceProtectedMemoryProperties struct78290 using NativeType = VkPhysicalDeviceProtectedMemoryProperties;78296 …VULKAN_HPP_CONSTEXPR PhysicalDeviceProtectedMemoryProperties( VULKAN_HPP_NAMESPACE::Bool32 protect… in PhysicalDeviceProtectedMemoryProperties() function78305 …PhysicalDeviceProtectedMemoryProperties( VkPhysicalDeviceProtectedMemoryProperties const & rhs ) V… in PhysicalDeviceProtectedMemoryProperties() function78315 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceProtectedMemoryProperties const *>( … in operator =()78319 operator VkPhysicalDeviceProtectedMemoryProperties const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceProtectedMemoryProperties const&()78324 operator VkPhysicalDeviceProtectedMemoryProperties &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceProtectedMemoryProperties&()78335 reflect() const VULKAN_HPP_NOEXCEPT in reflect()78344 bool operator==( PhysicalDeviceProtectedMemoryProperties const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()78353 bool operator!=( PhysicalDeviceProtectedMemoryProperties const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()[all …]
24755 pub struct PhysicalDeviceProtectedMemoryProperties { struct24760 impl ::std::default::Default for PhysicalDeviceProtectedMemoryProperties { implementation24770 unsafe impl TaggedStructure for PhysicalDeviceProtectedMemoryProperties { implementation24774 impl PhysicalDeviceProtectedMemoryProperties { implementation24791 unsafe impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceProtectedMemoryProperties {} implementation24812 pub fn build(self) -> PhysicalDeviceProtectedMemoryProperties { in build()