HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
VULKAN_HPP_NAMESPACE::SamplerReductionModeCreateInfo Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkSamplerReductionModeCreateInfo
 

Public Member Functions

VULKAN_HPP_CONSTEXPR SamplerReductionModeCreateInfo (VULKAN_HPP_NAMESPACE::SamplerReductionMode reductionMode_=VULKAN_HPP_NAMESPACE::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
SamplerReductionModeCreateInfo
setPNext (const void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14
SamplerReductionModeCreateInfo
setReductionMode (VULKAN_HPP_NAMESPACE::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

VULKAN_HPP_NAMESPACE::StructureType sType = StructureType::eSamplerReductionModeCreateInfo
 
const voidpNext = {}
 
VULKAN_HPP_NAMESPACE::SamplerReductionMode reductionMode = VULKAN_HPP_NAMESPACE::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 90598 of file vulkan_structs.hpp.

Member Typedef Documentation

Constructor & Destructor Documentation

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

Definition at line 90607 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR VULKAN_HPP_NAMESPACE::SamplerReductionModeCreateInfo::SamplerReductionModeCreateInfo ( SamplerReductionModeCreateInfo const rhs)
default
VULKAN_HPP_NAMESPACE::SamplerReductionModeCreateInfo::SamplerReductionModeCreateInfo ( VkSamplerReductionModeCreateInfo const rhs)
inline

Definition at line 90616 of file vulkan_structs.hpp.

Member Function Documentation

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

Definition at line 90649 of file vulkan_structs.hpp.

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

Definition at line 90644 of file vulkan_structs.hpp.

SamplerReductionModeCreateInfo& VULKAN_HPP_NAMESPACE::SamplerReductionModeCreateInfo::operator= ( SamplerReductionModeCreateInfo const rhs)
default
SamplerReductionModeCreateInfo& VULKAN_HPP_NAMESPACE::SamplerReductionModeCreateInfo::operator= ( VkSamplerReductionModeCreateInfo const rhs)
inline

Definition at line 90624 of file vulkan_structs.hpp.

bool VULKAN_HPP_NAMESPACE::SamplerReductionModeCreateInfo::operator== ( SamplerReductionModeCreateInfo const rhs) const
inline

Definition at line 90669 of file vulkan_structs.hpp.

VULKAN_HPP_CONSTEXPR_14 SamplerReductionModeCreateInfo& VULKAN_HPP_NAMESPACE::SamplerReductionModeCreateInfo::setPNext ( const void pNext_)
inline

Definition at line 90631 of file vulkan_structs.hpp.

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

Definition at line 90637 of file vulkan_structs.hpp.

Member Data Documentation

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

Definition at line 90602 of file vulkan_structs.hpp.

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

Definition at line 90686 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::SamplerReductionMode VULKAN_HPP_NAMESPACE::SamplerReductionModeCreateInfo::reductionMode = VULKAN_HPP_NAMESPACE::SamplerReductionMode::eWeightedAverage

Definition at line 90687 of file vulkan_structs.hpp.

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

Definition at line 90603 of file vulkan_structs.hpp.

VULKAN_HPP_NAMESPACE::StructureType VULKAN_HPP_NAMESPACE::SamplerReductionModeCreateInfo::sType = StructureType::eSamplerReductionModeCreateInfo

Definition at line 90685 of file vulkan_structs.hpp.


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