| Package | Description |
|---|---|
| org.fujion.canvas.webgl |
| Modifier and Type | Method and Description |
|---|---|
static StencilFunction |
StencilFunction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StencilFunction[] |
StencilFunction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RenderingContextWebGL.stencilOp(StencilFunction fail,
StencilFunction zfail,
StencilFunction zpass)
Sets both the front and back-facing stencil test actions.
|
void |
RenderingContextWebGL.stencilOpSeparate(FaceMode face,
StencilFunction fail,
StencilFunction zfail,
StencilFunction zpass)
Sets the front and/or back-facing stencil test actions.
|
Copyright © 2018 Regenstrief Center for Biomedical Informatics. All rights reserved.