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