Type alias IGLVertexAttributeIntegerTypes

IGLVertexAttributeIntegerTypes: "BYTE" | "UNSIGNED_BYTE" | "SHORT" | "UNSIGNED_SHORT" | "INT" | "UNSIGNED_INT"

A GLenum specifying the data type of each component in the array. Must be one of:

  • gl.BYTE
  • gl.UNSIGNED_BYTE
  • gl.SHORT
  • gl.UNSIGNED_SHORT
  • gl.INT
  • gl.UNSIGNED_INT.

Generated using TypeDoc