Constructors

  • Parameters

    • gl: WebGLRenderingContext
    • extensions: any
    • info: any
    • capabilities: any

    Returns WebGLIndexedBufferRenderer

Properties

render: ((start, count) => void)

Type declaration

    • (start, count): void
    • Parameters

      • start: any
      • count: number

      Returns void

renderInstances: ((start, count, primcount) => void)

Type declaration

    • (start, count, primcount): void
    • Parameters

      • start: any
      • count: number
      • primcount: number

      Returns void

renderMultiDraw: ((starts, counts, drawCount) => void)

Type declaration

    • (starts, counts, drawCount): void
    • Parameters

      • starts: Int32Array
      • counts: Int32Array
      • drawCount: number

      Returns void

setIndex: ((index) => void)

Type declaration

    • (index): void
    • Parameters

      • index: any

      Returns void

setMode: ((value) => void)

Type declaration

    • (value): void
    • Parameters

      • value: any

      Returns void