|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ColorMaskState | |
|---|---|
| com.threerings.opengl.renderer.config | Renderer configuration bits. |
| com.threerings.opengl.renderer.state | |
| Uses of ColorMaskState in com.threerings.opengl.renderer.config |
|---|
| Methods in com.threerings.opengl.renderer.config that return ColorMaskState | |
|---|---|
ColorMaskState |
ColorMaskStateConfig.getState()
Returns the corresponding color mask state. |
| Uses of ColorMaskState in com.threerings.opengl.renderer.state |
|---|
| Fields in com.threerings.opengl.renderer.state declared as ColorMaskState | |
|---|---|
static ColorMaskState |
ColorMaskState.ALL
All colors enabled. |
static ColorMaskState |
ColorMaskState.NONE
All colors disabled. |
| Methods in com.threerings.opengl.renderer.state that return ColorMaskState | |
|---|---|
static ColorMaskState |
ColorMaskState.getInstance(boolean red,
boolean green,
boolean blue,
boolean alpha)
Returns a color mask state instance with the supplied parameters. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||