mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +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[];
|