interface ITexture { h?: number; src?: any; w?: number; fn?(prg: WebGLProgram,
gl: WebGLRenderingContext,
src: any): Function; } Properties
Optional
h
h?: number
Optional
src
src?: any
Optional
w
w?: number
Methods
Optional
fn
- fn(prg, gl, src): Function
Parameters
- prg: WebGLProgram
- gl: WebGLRenderingContext
- src: any
Returns Function