Vireo  0.0
Vireo 3D Rendering Hardware Interface
ColorWriteMask Enum Referenceenum

Detailed Description

Bitmask controlling which color channels are written by a pipeline.

Lua full name: vireo.ColorWriteMask

Constants

integer RED
 Enable writes to the red channel.
 
integer GREEN
 Enable writes to the green channel.
 
integer BLUE
 Enable writes to the blue channel.
 
integer ALPHA
 Enable writes to the alpha channel.
 
integer ALL
 Enable writes to all four channels (R+G+B+A).
 

Enumerator Documentation

integer RED

Enable writes to the red channel.

integer GREEN

Enable writes to the green channel.

integer BLUE

Enable writes to the blue channel.

integer ALPHA

Enable writes to the alpha channel.

integer ALL

Enable writes to all four channels (R+G+B+A).