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

#include <vulkan.hpp>

Public Member Functions

 ComponentMapping (ComponentSwizzle r_=ComponentSwizzle::eIdentity, ComponentSwizzle g_=ComponentSwizzle::eIdentity, ComponentSwizzle b_=ComponentSwizzle::eIdentity, ComponentSwizzle a_=ComponentSwizzle::eIdentity)
 
 ComponentMapping (VkComponentMapping const &rhs)
 
ComponentMappingoperator= (VkComponentMapping const &rhs)
 
ComponentMappingsetR (ComponentSwizzle r_)
 
ComponentMappingsetG (ComponentSwizzle g_)
 
ComponentMappingsetB (ComponentSwizzle b_)
 
ComponentMappingsetA (ComponentSwizzle a_)
 
 operator const VkComponentMapping & () const
 
bool operator== (ComponentMapping const &rhs) const
 
bool operator!= (ComponentMapping const &rhs) const
 

Public Attributes

ComponentSwizzle r
 
ComponentSwizzle g
 
ComponentSwizzle b
 
ComponentSwizzle a
 

Constructor & Destructor Documentation

◆ ComponentMapping() [1/2]

◆ ComponentMapping() [2/2]

VULKAN_HPP_NAMESPACE::ComponentMapping::ComponentMapping ( VkComponentMapping const rhs)
inline
Here is the call graph for this function:

Member Function Documentation

◆ operator const VkComponentMapping &()

VULKAN_HPP_NAMESPACE::ComponentMapping::operator const VkComponentMapping & ( ) const
inline

◆ operator!=()

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

◆ operator=()

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

◆ operator==()

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

◆ setA()

ComponentMapping& VULKAN_HPP_NAMESPACE::ComponentMapping::setA ( ComponentSwizzle  a_)
inline

◆ setB()

ComponentMapping& VULKAN_HPP_NAMESPACE::ComponentMapping::setB ( ComponentSwizzle  b_)
inline

◆ setG()

ComponentMapping& VULKAN_HPP_NAMESPACE::ComponentMapping::setG ( ComponentSwizzle  g_)
inline

◆ setR()

ComponentMapping& VULKAN_HPP_NAMESPACE::ComponentMapping::setR ( ComponentSwizzle  r_)
inline

Member Data Documentation

◆ a

ComponentSwizzle VULKAN_HPP_NAMESPACE::ComponentMapping::a

◆ b

ComponentSwizzle VULKAN_HPP_NAMESPACE::ComponentMapping::b

◆ g

ComponentSwizzle VULKAN_HPP_NAMESPACE::ComponentMapping::g

◆ r

ComponentSwizzle VULKAN_HPP_NAMESPACE::ComponentMapping::r

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