| Package | Description |
|---|---|
| org.fujion.canvas.webgl |
| Modifier and Type | Method and Description |
|---|---|
WebGLTexture |
RenderingContextWebGL.createTexture()
Creates a new texture.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RenderingContextWebGL.activeTexture(WebGLTexture texture)
Makes the specified texture active.
|
void |
RenderingContextWebGL.bindTexture(TextureType target,
WebGLTexture texture)
Binds a given WebGLTexture to a target (binding point).
|
void |
RenderingContextWebGL.deleteTexture(WebGLTexture texture)
Deletes a given WebGLTexture.
|
void |
RenderingContextWebGL.framebufferTexture2D(FrameBufferBinding target,
AttachmentPoint attachment,
TextureType2 textarget,
WebGLTexture texture)
Attaches a texture to a WebGLFramebuffer.
|
void |
RenderingContextWebGL.isTexture(WebGLTexture texture,
IResponseCallback<Boolean> callback)
Returns true if the passed WebGLTexture is valid and false otherwise.
|
Copyright © 2018 Regenstrief Center for Biomedical Informatics. All rights reserved.