Mount Fuji Engine  0.8b

Frame buffer colour write flags. These flags can be combined with a bitwise 'or'.

Enumerator
MFColourWriteEnable_None 

Disable colour writing.

MFColourWriteEnable_Red 

Allow data to be written to the red component.

MFColourWriteEnable_Green 

Allow data to be written to the green component.

MFColourWriteEnable_Blue 

Allow data to be written to the blue component.

MFColourWriteEnable_Alpha 

Allow data to be written to the alpha component.

MFColourWriteEnable_All 

Allow data to be written to all components.

MFColourWriteEnable_RGB 

Allow data to be written to the red, green, and blue components.