Vulkan-Hpp
vk::SamplerReductionModeCreateInfo Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkSamplerReductionModeCreateInfo
 

Public Member Functions

VULKAN_HPP_CONSTEXPR SamplerReductionModeCreateInfo (vk::SamplerReductionMode reductionMode_=vk::SamplerReductionMode::eWeightedAverage, const void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR SamplerReductionModeCreateInfo (SamplerReductionModeCreateInfo const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 SamplerReductionModeCreateInfo (VkSamplerReductionModeCreateInfo const &rhs) VULKAN_HPP_NOEXCEPT
 
SamplerReductionModeCreateInfooperator= (SamplerReductionModeCreateInfo const &rhs) VULKAN_HPP_NOEXCEPT=default
 
SamplerReductionModeCreateInfooperator= (VkSamplerReductionModeCreateInfo const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 SamplerReductionModeCreateInfosetPNext (const void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 SamplerReductionModeCreateInfosetReductionMode (vk::SamplerReductionMode reductionMode_) VULKAN_HPP_NOEXCEPT
 
 operator VkSamplerReductionModeCreateInfo const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkSamplerReductionModeCreateInfo & () VULKAN_HPP_NOEXCEPT
 
bool operator== (SamplerReductionModeCreateInfo const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (SamplerReductionModeCreateInfo const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::eSamplerReductionModeCreateInfo
 
const void * pNext = {}
 
vk::SamplerReductionMode reductionMode = vk::SamplerReductionMode::eWeightedAverage
 

Static Public Attributes

static const bool allowDuplicate = false
 
static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::eSamplerReductionModeCreateInfo
 

Detailed Description

Definition at line 104848 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ SamplerReductionModeCreateInfo() [1/3]

VULKAN_HPP_CONSTEXPR vk::SamplerReductionModeCreateInfo::SamplerReductionModeCreateInfo ( vk::SamplerReductionMode  reductionMode_ = vk::SamplerReductionMode::eWeightedAverage,
const void *  pNext_ = nullptr 
)
inline

Definition at line 104857 of file vulkan_structs.hpp.

◆ SamplerReductionModeCreateInfo() [2/3]

VULKAN_HPP_CONSTEXPR vk::SamplerReductionModeCreateInfo::SamplerReductionModeCreateInfo ( SamplerReductionModeCreateInfo const &  rhs)
default

◆ SamplerReductionModeCreateInfo() [3/3]

vk::SamplerReductionModeCreateInfo::SamplerReductionModeCreateInfo ( VkSamplerReductionModeCreateInfo const &  rhs)
inline

Definition at line 104866 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkSamplerReductionModeCreateInfo &()

vk::SamplerReductionModeCreateInfo::operator VkSamplerReductionModeCreateInfo & ( )
inline

Definition at line 104899 of file vulkan_structs.hpp.

◆ operator VkSamplerReductionModeCreateInfo const &()

vk::SamplerReductionModeCreateInfo::operator VkSamplerReductionModeCreateInfo const & ( ) const
inline

Definition at line 104894 of file vulkan_structs.hpp.

◆ operator!=()

bool vk::SamplerReductionModeCreateInfo::operator!= ( SamplerReductionModeCreateInfo const &  rhs) const
inline

Definition at line 104928 of file vulkan_structs.hpp.

◆ operator=() [1/2]

SamplerReductionModeCreateInfo& vk::SamplerReductionModeCreateInfo::operator= ( SamplerReductionModeCreateInfo const &  rhs)
default

◆ operator=() [2/2]

SamplerReductionModeCreateInfo& vk::SamplerReductionModeCreateInfo::operator= ( VkSamplerReductionModeCreateInfo const &  rhs)
inline

Definition at line 104874 of file vulkan_structs.hpp.

◆ operator==()

bool vk::SamplerReductionModeCreateInfo::operator== ( SamplerReductionModeCreateInfo const &  rhs) const
inline

Definition at line 104919 of file vulkan_structs.hpp.

◆ setPNext()

VULKAN_HPP_CONSTEXPR_14 SamplerReductionModeCreateInfo& vk::SamplerReductionModeCreateInfo::setPNext ( const void *  pNext_)
inline

Definition at line 104881 of file vulkan_structs.hpp.

◆ setReductionMode()

VULKAN_HPP_CONSTEXPR_14 SamplerReductionModeCreateInfo& vk::SamplerReductionModeCreateInfo::setReductionMode ( vk::SamplerReductionMode  reductionMode_)
inline

Definition at line 104887 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

const bool vk::SamplerReductionModeCreateInfo::allowDuplicate = false
static

Definition at line 104852 of file vulkan_structs.hpp.

◆ pNext

const void* vk::SamplerReductionModeCreateInfo::pNext = {}

Definition at line 104936 of file vulkan_structs.hpp.

◆ reductionMode

vk::SamplerReductionMode vk::SamplerReductionModeCreateInfo::reductionMode = vk::SamplerReductionMode::eWeightedAverage

Definition at line 104937 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::SamplerReductionModeCreateInfo::structureType = StructureType::eSamplerReductionModeCreateInfo
static

Definition at line 104853 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::SamplerReductionModeCreateInfo::sType = StructureType::eSamplerReductionModeCreateInfo

Definition at line 104935 of file vulkan_structs.hpp.


The documentation for this struct was generated from the following file: