Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ShaderParamFactory

Hierarchy

  • ShaderParamFactory

Indexable

[type: string]: object
  • apply: function
      • (gl: WebGLRenderingContext, param: ShaderParam, value: any): void
      • Parameters

        • gl: WebGLRenderingContext
        • param: ShaderParam
        • value: any

        Returns void

  • create: function
      • (): any
      • Returns any

  • typeName: string