RetroArch
Public Member Functions | Public Attributes | Private Attributes | List of all members
VULKAN_HPP_NAMESPACE::SamplerReductionModeCreateInfoEXT Struct Reference

#include <vulkan.hpp>

Public Member Functions

 SamplerReductionModeCreateInfoEXT (SamplerReductionModeEXT reductionMode_=SamplerReductionModeEXT::eWeightedAverage)
 
 SamplerReductionModeCreateInfoEXT (VkSamplerReductionModeCreateInfoEXT const &rhs)
 
SamplerReductionModeCreateInfoEXToperator= (VkSamplerReductionModeCreateInfoEXT const &rhs)
 
SamplerReductionModeCreateInfoEXTsetPNext (const void *pNext_)
 
SamplerReductionModeCreateInfoEXTsetReductionMode (SamplerReductionModeEXT reductionMode_)
 
 operator const VkSamplerReductionModeCreateInfoEXT & () const
 
bool operator== (SamplerReductionModeCreateInfoEXT const &rhs) const
 
bool operator!= (SamplerReductionModeCreateInfoEXT const &rhs) const
 

Public Attributes

const voidpNext = nullptr
 
SamplerReductionModeEXT reductionMode
 

Private Attributes

StructureType sType = StructureType::eSamplerReductionModeCreateInfoEXT
 

Constructor & Destructor Documentation

◆ SamplerReductionModeCreateInfoEXT() [1/2]

VULKAN_HPP_NAMESPACE::SamplerReductionModeCreateInfoEXT::SamplerReductionModeCreateInfoEXT ( SamplerReductionModeEXT  reductionMode_ = SamplerReductionModeEXT::eWeightedAverage)
inline

◆ SamplerReductionModeCreateInfoEXT() [2/2]

VULKAN_HPP_NAMESPACE::SamplerReductionModeCreateInfoEXT::SamplerReductionModeCreateInfoEXT ( VkSamplerReductionModeCreateInfoEXT const rhs)
inline
Here is the call graph for this function:

Member Function Documentation

◆ operator const VkSamplerReductionModeCreateInfoEXT &()

VULKAN_HPP_NAMESPACE::SamplerReductionModeCreateInfoEXT::operator const VkSamplerReductionModeCreateInfoEXT & ( ) const
inline

◆ operator!=()

bool VULKAN_HPP_NAMESPACE::SamplerReductionModeCreateInfoEXT::operator!= ( SamplerReductionModeCreateInfoEXT const rhs) const
inline
Here is the call graph for this function:

◆ operator=()

SamplerReductionModeCreateInfoEXT& VULKAN_HPP_NAMESPACE::SamplerReductionModeCreateInfoEXT::operator= ( VkSamplerReductionModeCreateInfoEXT const rhs)
inline
Here is the call graph for this function:

◆ operator==()

bool VULKAN_HPP_NAMESPACE::SamplerReductionModeCreateInfoEXT::operator== ( SamplerReductionModeCreateInfoEXT const rhs) const
inline
Here is the caller graph for this function:

◆ setPNext()

SamplerReductionModeCreateInfoEXT& VULKAN_HPP_NAMESPACE::SamplerReductionModeCreateInfoEXT::setPNext ( const void pNext_)
inline

◆ setReductionMode()

SamplerReductionModeCreateInfoEXT& VULKAN_HPP_NAMESPACE::SamplerReductionModeCreateInfoEXT::setReductionMode ( SamplerReductionModeEXT  reductionMode_)
inline

Member Data Documentation

◆ pNext

const void* VULKAN_HPP_NAMESPACE::SamplerReductionModeCreateInfoEXT::pNext = nullptr

◆ reductionMode

SamplerReductionModeEXT VULKAN_HPP_NAMESPACE::SamplerReductionModeCreateInfoEXT::reductionMode

◆ sType

StructureType VULKAN_HPP_NAMESPACE::SamplerReductionModeCreateInfoEXT::sType = StructureType::eSamplerReductionModeCreateInfoEXT
private

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