Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
These values are flags used as values for the D3DMRS_COLORWRITEENABLE render state (see D3DMRENDERSTATETYPE) to identify color channels during pixel write operations in the rendering pipeline.
The following table shows these values.
Value | Description |
---|---|
D3DMCOLORWRITEENABLE_RED | Identifies the red color channel. |
D3DMCOLORWRITEENABLE_GREEN | Identifies the green color channel. |
D3DMCOLORWRITEENABLE_BLUE | Identifies the blue color channel. |
D3DMCOLORWRITEENABLE_ALPHA | Identifies the alpha channel. |
D3DMCOLORWRITEENABLE_ALL | Identifies the all color channels. |
Requirements
OS Versions: Windows CE 5.0 and later.
Header: D3dmtypes.h.
See Also
Direct3D Mobile Macros | Writing Pixels
Send Feedback on this topic to the authors