| Package | Description |
|---|---|
| org.fujion.canvas.webgl |
| Modifier and Type | Method and Description |
|---|---|
static RenderBufferBinding |
RenderBufferBinding.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RenderBufferBinding[] |
RenderBufferBinding.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.bindRenderBuffer(RenderBufferBinding target,
WebGLRenderBuffer buffer)
Binds a given WebGLRenderBuffer to a target.
|
void |
RenderingContextWebGL.framebufferRenderbuffer(FrameBufferBinding target,
AttachmentPoint attachment,
RenderBufferBinding renderbuffertarget,
WebGLRenderBuffer renderbuffer)
Attaches a WebGLRenderbuffer object to a WebGLFramebuffer object.
|
void |
RenderingContextWebGL.getRenderbufferParameter(RenderBufferBinding target,
RenderBufferParameterType pname,
IResponseCallback<Object> callback)
Returns information about the renderbuffer.
|
void |
RenderingContextWebGL.renderbufferStorage(RenderBufferBinding target,
RenderBufferInternalFormat internalFormat,
int width,
int height)
Creates and initializes a renderbuffer object's data store.
|
Copyright © 2018 Regenstrief Center for Biomedical Informatics. All rights reserved.