Package | Description |
---|---|
elemental.html | |
elemental.js.html |
Modifier and Type | Method and Description |
---|---|
Int32Array |
Window.newInt32Array(ArrayBuffer buffer,
int byteOffset,
int length) |
Int32Array |
Window.newInt32Array(IndexableNumber list) |
Int32Array |
Window.newInt32Array(int length) |
Int32Array |
Int32Array.subarray(int start)
|
Int32Array |
Int32Array.subarray(int start,
int end)
|
Modifier and Type | Method and Description |
---|---|
void |
WebGLRenderingContext.uniform1iv(WebGLUniformLocation location,
Int32Array v) |
void |
WebGLRenderingContext.uniform2iv(WebGLUniformLocation location,
Int32Array v) |
void |
WebGLRenderingContext.uniform3iv(WebGLUniformLocation location,
Int32Array v) |
void |
WebGLRenderingContext.uniform4iv(WebGLUniformLocation location,
Int32Array v) |
Modifier and Type | Class and Description |
---|---|
class |
JsInt32Array |
Modifier and Type | Method and Description |
---|---|
void |
JsWebGLRenderingContext.uniform1iv(WebGLUniformLocation location,
Int32Array v) |
void |
JsWebGLRenderingContext.uniform2iv(WebGLUniformLocation location,
Int32Array v) |
void |
JsWebGLRenderingContext.uniform3iv(WebGLUniformLocation location,
Int32Array v) |
void |
JsWebGLRenderingContext.uniform4iv(WebGLUniformLocation location,
Int32Array v) |
Copyright © 2018. All rights reserved.