Type Alias IntVertexAttributeType

IntVertexAttributeType:
    | "byte"
    | "unsignedByte"
    | "short"
    | "unsignedShort"
    | "int"
    | "unsignedInt"
    | "int-2-10-10-10-rev"
    | "unsignedInt-2-10-10-10-rev"

Available integer vertex attribute types.