Kanzi 4.0.0-beta2
kanzi::gfx::SwizzleMask Struct Reference

Swizzle options for each channel of a format. More...

#include <kanzi/gfx/types.hpp>

Public Attributes

SwizzleChannel a
 The swizzle channel used for the alpha output channel.
 
SwizzleChannel b
 The swizzle channel used for the blue output channel.
 
SwizzleChannel g
 The swizzle channel used for the green output channel.
 
SwizzleChannel r
 The swizzle channel used for the red output channel.
 

Detailed Description

Swizzle options for each channel of a format.

Since
Kanzi 4.0.0

Member Data Documentation

◆ r

SwizzleChannel kanzi::gfx::SwizzleMask::r

The swizzle channel used for the red output channel.

◆ g

SwizzleChannel kanzi::gfx::SwizzleMask::g

The swizzle channel used for the green output channel.

◆ b

SwizzleChannel kanzi::gfx::SwizzleMask::b

The swizzle channel used for the blue output channel.

◆ a

SwizzleChannel kanzi::gfx::SwizzleMask::a

The swizzle channel used for the alpha output channel.


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