Lines Matching defs:PhysicalDeviceDepthStencilResolveProperties
61099 struct PhysicalDeviceDepthStencilResolveProperties struct
61101 using NativeType = VkPhysicalDeviceDepthStencilResolveProperties;
61103 static const bool allowDuplicate = false;
61104 …NSTEXPR StructureType structureType = StructureType::ePhysicalDeviceDepthStencilResolveProperties;
61107 …AN_HPP_CONSTEXPR PhysicalDeviceDepthStencilResolveProperties( VULKAN_HPP_NAMESPACE::ResolveModeFla… in PhysicalDeviceDepthStencilResolveProperties() function
61122 …PhysicalDeviceDepthStencilResolveProperties( VkPhysicalDeviceDepthStencilResolveProperties const &… in PhysicalDeviceDepthStencilResolveProperties() function
61132 …*this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceDepthStencilResolveProperties const … in operator =()
61136 operator VkPhysicalDeviceDepthStencilResolveProperties const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceDepthStencilResolveProperties const&()
61141 operator VkPhysicalDeviceDepthStencilResolveProperties &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceDepthStencilResolveProperties&()
61157 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
61166 …ool operator==( PhysicalDeviceDepthStencilResolveProperties const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
61177 …ool operator!=( PhysicalDeviceDepthStencilResolveProperties const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
61184 …Type sType = StructureType::ePhysicalDeviceDepthStencilResolveProperties;
61185 void * pNext = {};
61186 VULKAN_HPP_NAMESPACE::ResolveModeFlags supportedDepthResolveModes = {};
61187 VULKAN_HPP_NAMESPACE::ResolveModeFlags supportedStencilResolveModes = {};
61188 VULKAN_HPP_NAMESPACE::Bool32 independentResolveNone = {};
61189 VULKAN_HPP_NAMESPACE::Bool32 independentResolve = {};