WebGLRenderingContext:disableVertexAttribArray() 方法
WebGLRenderingContext.disableVertexAttribArray()
方法是 WebGL API 的一部分,用于在给定的索引位置关闭通用顶点属性数组。
语法
js
disableVertexAttribArray(index)
参数
返回值
无 (undefined
)。
示例
js
gl.disableVertexAttribArray(0);
规范
规范 |
---|
WebGL 规范 # 5.14.10 |
浏览器兼容性
BCD 表格仅在浏览器中加载