- Preparing search index...
- The search index is not available
ara3d-webgl
Constructors
constructor
- new WebGLUniforms(gl: WebGLRenderingContext, program: WebGLProgram): WebGLUniforms
-
Parameters
-
gl: WebGLRenderingContext
-
Methods
setOptional
- setOptional(gl: WebGLRenderingContext, object: any, name: string): void
-
Parameters
-
gl: WebGLRenderingContext
-
object: any
-
name: string
Returns void
setValue
- setValue(gl: WebGLRenderingContext, name: string, value: any, textures: WebGLTextures): void
-
Parameters
-
gl: WebGLRenderingContext
-
name: string
-
value: any
-
Returns void
Static
seqWithValue
- seqWithValue(seq: any, values: any[]): any[]
-
Returns any[]
Static
upload
- upload(gl: WebGLRenderingContext, seq: any, values: any[], textures: WebGLTextures): void
-
Parameters
-
gl: WebGLRenderingContext
-
seq: any
-
values: any[]
-
Returns void