phaser - v4.0.0-rc.4
    Preparing search index...

    Wrapper for a vertex buffer layout. This contains the buffer itself, the attribute layout information, and the ArrayBuffer and associate views that the layout is based on.

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    The WebGLBuffer that this layout is based on.

    The layout of the buffer.

    renderer: WebGLRenderer

    The WebGLRenderer instance that owns this wrapper.

    Methods

    • Complete the layout of the provided attribute buffer layout. This will fill in the stride, byte counts, and offsets. In addition, it will convert any GLenums specified as strings to their numeric values. This mutates the layout.

      The order of attributes within the layout forms the order of the buffer.

      Parameters

      Returns void