mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
12 lines
469 B
TypeScript
12 lines
469 B
TypeScript
export const ARRAY_BUFFER: number;
|
|
export const DYNAMIC_DRAW: number;
|
|
export const ELEMENT_ARRAY_BUFFER: number;
|
|
export const FLOAT: number;
|
|
export const STATIC_DRAW: number;
|
|
export const STREAM_DRAW: number;
|
|
export const UNSIGNED_BYTE: number;
|
|
export const UNSIGNED_INT: number;
|
|
export const UNSIGNED_SHORT: number;
|
|
export function getContext(canvas: HTMLCanvasElement, opt_attributes?: any): WebGLRenderingContext;
|
|
export function getSupportedExtensions(): string[];
|