Options
All
  • Public
  • Public/Protected
  • All
Menu

An uniform buffer object.

Hierarchy

  • UniformBufferObject

Index

Constructors

constructor

Properties

Protected _blockIndex

_blockIndex: number | null

Protected _blockName

_blockName: string

Protected _buffer

_buffer: UniformBuffer

Protected _isInitialized

_isInitialized: boolean

Protected _javascriptIndex

_javascriptIndex: number | null

Methods

Private _init

  • _init(context: WebGL2RenderingContext, program: WebGLProgram, jsIndex: number): void
  • Initializes the uniform buffer object. Do not call this method manually.

    Parameters

    • context: WebGL2RenderingContext
    • program: WebGLProgram
    • jsIndex: number

    Returns void

Generated using TypeDoc