Interface ElementBuffer

WebGL元素缓冲,顶点索引缓冲。

使用 gl.ELEMENT_ARRAY_BUFFER 进行绑定数据。

See

https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/bindBuffer

Hierarchy

  • ElementBuffer

Properties

Properties

数据

元素缓冲数据类型,默认为UNSIGNED_SHORT

See

https://developer.mozilla.org/zh-CN/docs/Web/API/WebGLRenderingContext/drawElements

A GLenum specifying the intended usage pattern of the data store for optimization purposes.

为优化目的指定数据存储的预期使用模式的GLenum。

See

https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/bufferData

version?: number

版本号,用于标记是否变化。

Generated using TypeDoc