Kanzi 4.1.0
kanzi::interop::gfx Namespace Reference

Enumerations

enum class  ColorWriteMask {
  None , R , G , B ,
  A , RGB , RGBA
}
 Defines the write mask bits. More...
 

Enumeration Type Documentation

◆ ColorWriteMask

Defines the write mask bits.

Enumerator
None 

No channels written.

Red channel.

Green channel.

Blue channel.

Alpha channel.

RGB 

Red, green, and blue channels.

RGBA 

All channels.