| Package | Description |
|---|---|
| org.fujion.canvas.webgl |
| Modifier and Type | Method and Description |
|---|---|
static DepthFunction |
DepthFunction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DepthFunction[] |
DepthFunction.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.depthFunc(DepthFunction func)
Specifies a function that compares incoming pixel depth to the current depth buffer value.
|
void |
RenderingContextWebGL.stencilFunc(DepthFunction func,
int ref,
int mask)
Sets the front and back function and reference value for stencil testing.
|
void |
RenderingContextWebGL.stencilFuncSeparate(FaceMode face,
DepthFunction func,
int ref,
int mask)
Sets the front and back function and reference value for stencil testing.
|
Copyright © 2018 Regenstrief Center for Biomedical Informatics. All rights reserved.