Skip to main content
Module

x/caviar/deps.ts>WebGLRenderingContext#vertexAttribPointer

⚡ Blazing fast, modern, Game Engine powered by WebGPU for Deno and the browser
Latest
method WebGLRenderingContext.prototype.vertexAttribPointer
import { WebGLRenderingContext } from "https://deno.land/x/caviar@2.6.7/deps.ts";

Specify constant values for generic vertex attributes.

Parameters

index: number
size: number
type: number
normalized: boolean
stride: number
offset: number