| Package | Description |
|---|---|
| org.fujion.canvas.webgl |
| Modifier and Type | Method and Description |
|---|---|
static Capability |
Capability.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Capability[] |
Capability.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.disable(Capability cap)
Disable a WebGL capability.
|
void |
RenderingContextWebGL.enable(Capability cap)
Enable a WebGL capability.
|
void |
RenderingContextWebGL.isEnabled(Capability cap,
IResponseCallback<Boolean> callback)
Returns whether a specific WebGL capability is enabled or not for this context.
|
Copyright © 2018 Regenstrief Center for Biomedical Informatics. All rights reserved.