Type alias IGLDrawElementType

IGLDrawElementType: "UNSIGNED_BYTE" | "UNSIGNED_SHORT" | "UNSIGNED_INT"

元素缓冲数据类型。

A GLenum specifying the type of the values in the element array buffer. Possible values are:

  • gl.UNSIGNED_BYTE
  • gl.UNSIGNED_SHORT

When using the OES_element_index_uint extension:

  • gl.UNSIGNED_INT

Generated using TypeDoc