enum RenderSurfaceMaskBits
Bits that map to a specific surface of a render target.
Combine the bits to generate a mask that references only specific render target surfaces.
Values
| Name | Value | Description |
|---|---|---|
RT_NONE |
0 |
|
RT_COLOR0 |
1 |
|
RT_COLOR1 |
2 |
|
RT_COLOR2 |
4 |
|
RT_COLOR3 |
8 |
|
RT_COLOR4 |
16 |
|
RT_COLOR5 |
32 |
|
RT_COLOR6 |
64 |
|
RT_COLOR7 |
128 |
|
RT_DEPTH |
1073741824 |
|
RT_STENCIL |
-2147483648 |
|
RT_DEPTH_STENCIL |
-1073741824 |
|
RT_COLOR_ALL |
255 |
|
RT_ALL |
-1 |