| Package | Description |
|---|---|
| org.fujion.canvas.webgl |
| Modifier and Type | Method and Description |
|---|---|
static FrameBufferBinding |
FrameBufferBinding.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FrameBufferBinding[] |
FrameBufferBinding.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.bindFrameBuffer(FrameBufferBinding target,
WebGLFrameBuffer buffer)
Binds a given WebGLFrameBuffer to a target.
|
void |
RenderingContextWebGL.checkFramebufferStatus(FrameBufferBinding target,
IResponseCallback<FrameBufferStatus> callback)
Returns the completeness status of the WebGLFramebuffer object.
|
void |
RenderingContextWebGL.framebufferRenderbuffer(FrameBufferBinding target,
AttachmentPoint attachment,
RenderBufferBinding renderbuffertarget,
WebGLRenderBuffer renderbuffer)
Attaches a WebGLRenderbuffer object to a WebGLFramebuffer object.
|
void |
RenderingContextWebGL.framebufferTexture2D(FrameBufferBinding target,
AttachmentPoint attachment,
TextureType2 textarget,
WebGLTexture texture)
Attaches a texture to a WebGLFramebuffer.
|
void |
RenderingContextWebGL.getFramebufferAttachmentParameter(FrameBufferBinding target,
AttachmentPoint attachment,
AttachmentParameterType pname,
IResponseCallback<Object> callback)
Returns information about a framebuffer's attachment.
|
Copyright © 2018 Regenstrief Center for Biomedical Informatics. All rights reserved.