Interface ITexture

interface ITexture {
    h?: number;
    src?: any;
    w?: number;
    fn?(prg: WebGLProgram, gl: WebGLRenderingContext, src: any): Function;
}

Properties

Methods

Properties

h?: number
src?: any
w?: number

Methods

  • Parameters

    • prg: WebGLProgram
    • gl: WebGLRenderingContext
    • src: any

    Returns Function