MCPcopy
hub / github.com/greggman/twgl.js / BufferInfo

Interface BufferInfo

npm/base/index.d.ts:50–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50export interface BufferInfo {
51 numElements: number;
52 elementType?: number;
53 indices: WebGLBuffer;
54 attribs: { [key: string]: AttribInfo };
55}
56
57export type CubemapReadyCallback = (err: any, tex: WebGLTexture, imgs: HTMLImageElement[]) => void;
58

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected