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