Skip to main content
Module

x/gluten/mod.ts>WebGLRenderingContext#enableVertexAttribArray

OpenGL bindings & WebGL API implementation for Deno.
Go to Latest
method WebGLRenderingContext.prototype.enableVertexAttribArray
import { WebGLRenderingContext } from "https://deno.land/x/gluten@0.1.2/mod.ts";

Turns on the generic vertex attribute array at the specified index into the list of attribute arrays.

Parameters

index: number