Lines Matching defs:SamplerReductionModeCreateInfo
77352 struct SamplerReductionModeCreateInfo struct
77358 …VULKAN_HPP_CONSTEXPR SamplerReductionModeCreateInfo(VULKAN_HPP_NAMESPACE::SamplerReductionMode red… in SamplerReductionModeCreateInfo() function
77364 … SamplerReductionModeCreateInfo( VkSamplerReductionModeCreateInfo const & rhs ) VULKAN_HPP_NOEXCEPT in SamplerReductionModeCreateInfo() function
77372 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::SamplerReductionModeCreateInfo const *>( &rhs ); in operator =()
77376 …ductionModeCreateInfo & operator=( SamplerReductionModeCreateInfo const & rhs ) VULKAN_HPP_NOEXCEPT in operator =()
77382 SamplerReductionModeCreateInfo & setPNext( const void* pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()
77388 …& setReductionMode( VULKAN_HPP_NAMESPACE::SamplerReductionMode reductionMode_ ) VULKAN_HPP_NOEXCEPT in setReductionMode()
77395 operator VkSamplerReductionModeCreateInfo const&() const VULKAN_HPP_NOEXCEPT in operator VkSamplerReductionModeCreateInfo const&()
77400 operator VkSamplerReductionModeCreateInfo &() VULKAN_HPP_NOEXCEPT in operator VkSamplerReductionModeCreateInfo&()
77409 bool operator==( SamplerReductionModeCreateInfo const& rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
77416 bool operator!=( SamplerReductionModeCreateInfo const& rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
77425 … const VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::eSamplerReductionModeCreateInfo;
77426 const void* pNext = {};
77427 …:SamplerReductionMode reductionMode = VULKAN_HPP_NAMESPACE::SamplerReductionMode::eWeightedAverage;