Lines Matching defs:PhysicalDeviceDepthStencilResolveProperties
60535 struct PhysicalDeviceDepthStencilResolveProperties struct
60537 using NativeType = VkPhysicalDeviceDepthStencilResolveProperties;
60539 static const bool allowDuplicate = false;
60540 …NSTEXPR StructureType structureType = StructureType::ePhysicalDeviceDepthStencilResolveProperties;
60543 …AN_HPP_CONSTEXPR PhysicalDeviceDepthStencilResolveProperties( VULKAN_HPP_NAMESPACE::ResolveModeFla… in PhysicalDeviceDepthStencilResolveProperties() argument
60558 …PhysicalDeviceDepthStencilResolveProperties( VkPhysicalDeviceDepthStencilResolveProperties const &… in PhysicalDeviceDepthStencilResolveProperties() function
60568 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceDepthStencilResolveProperties const … in operator =()
60572 operator VkPhysicalDeviceDepthStencilResolveProperties const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceDepthStencilResolveProperties const&()
60577 operator VkPhysicalDeviceDepthStencilResolveProperties &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceDepthStencilResolveProperties&()
60593 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
60602 …ool operator==( PhysicalDeviceDepthStencilResolveProperties const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
60613 …ool operator!=( PhysicalDeviceDepthStencilResolveProperties const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
60620 …Type sType = StructureType::ePhysicalDeviceDepthStencilResolveProperties;
60621 void * pNext = {};
60622 VULKAN_HPP_NAMESPACE::ResolveModeFlags supportedDepthResolveModes = {};
60623 VULKAN_HPP_NAMESPACE::ResolveModeFlags supportedStencilResolveModes = {};
60624 VULKAN_HPP_NAMESPACE::Bool32 independentResolveNone = {};
60625 VULKAN_HPP_NAMESPACE::Bool32 independentResolve = {};