| Package | Description |
|---|---|
| com.google.gwt.webgl.client |
| Modifier and Type | Class and Description |
|---|---|
class |
WebGLActiveInfo
The WebGLActiveInfo interface represents the information returned from the
getActiveAttrib and getActiveUniform calls.
|
class |
WebGLBuffer |
class |
WebGLFramebuffer |
class |
WebGLProgram |
class |
WebGLRenderbuffer |
class |
WebGLShader |
class |
WebGLTexture |
class |
WebGLUniformLocation |
| Modifier and Type | Method and Description |
|---|---|
<T extends WebGLObject> |
WebGLRenderingContext.getFramebufferAttachmentParametero(int target,
int attachment,
int pname)
Return the value for the passed pname given the passed target and attachment.
|
<T extends WebGLObject> |
WebGLRenderingContext.getParametero(int pname)
Return the value for the passed pname.
|
<T extends WebGLObject> |
WebGLRenderingContext.getVertexAttribo(int index,
int pname)
Return the information requested in pname about the vertex attribute at the passed index.
|
Copyright © 2017. All Rights Reserved.