Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Attribute

Hierarchy

  • Attribute

Index

Properties

Optional buffer

buffer: Buffer

A REGLBuffer wrapping the buffer object. (Default: null)

Optional divisor

divisor: number

Sets gl.vertexAttribDivisorANGLE. (Default: 0)

Optional normalized

normalized: boolean

Whether the pointer is normalized. (Default: false)

Optional offset

offset: number

The offset of the vertexAttribPointer in bytes. (Default: 0)

Optional size

size: number

The size of the vertex attribute. (Default: Inferred from shader)

Optional stride

stride: number

The stride of the vertexAttribPointer in bytes. (Default: 0)

Generated using TypeDoc