| Package | Description |
|---|---|
| org.fujion.canvas.webgl |
| Modifier and Type | Method and Description |
|---|---|
static TextureFormat |
TextureFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TextureFormat[] |
TextureFormat.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.texSubImage2D(TextureType2 target,
int level,
int xoffset,
int yoffset,
int width,
int height,
TextureFormat format,
ArrayBufferView pixels)
Specifies a sub-rectangle of the current texture.
|
Copyright © 2018 Regenstrief Center for Biomedical Informatics. All rights reserved.