|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StencilState | |
|---|---|
| com.threerings.opengl.renderer.config | Renderer configuration bits. |
| com.threerings.opengl.renderer.state | |
| Uses of StencilState in com.threerings.opengl.renderer.config |
|---|
| Methods in com.threerings.opengl.renderer.config that return StencilState | |
|---|---|
StencilState |
StencilStateConfig.getState()
Returns the corresponding stencil state. |
| Uses of StencilState in com.threerings.opengl.renderer.state |
|---|
| Fields in com.threerings.opengl.renderer.state declared as StencilState | |
|---|---|
static StencilState |
StencilState.DISABLED
Disables stencil testing/writing. |
| Methods in com.threerings.opengl.renderer.state that return StencilState | |
|---|---|
static StencilState |
StencilState.getInstance(int stencilTestFunc,
int stencilTestRef,
int stencilTestMask,
int stencilFailOp,
int stencilDepthFailOp,
int stencilPassOp,
int stencilWriteMask)
Returns a stencil state instance with the supplied parameters. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||