mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-05-20 11:14:34 +00:00
9 lines
348 B
TypeScript
9 lines
348 B
TypeScript
// Type definitions for a-big-triangle 1.0
|
|
// Project: https://github.com/mikolalysenko/a-big-triangle
|
|
// Definitions by: Mathias Paumgarten <https://github.com/MathiasPaumgarten>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
|
|
declare function createABigTriangle(gl: WebGLRenderingContext): void;
|
|
|
|
export = createABigTriangle;
|