@openhps/core
Version:
Open Hybrid Positioning System - Core component
10 lines (8 loc) • 404 B
TypeScript
export class WebGLIndexedBufferRenderer {
constructor(gl: WebGLRenderingContext, extensions: any, info: any);
setMode: (value: any) => void;
setIndex: (index: any) => void;
render: (start: any, count: number) => void;
renderInstances: (start: any, count: number, primcount: number) => void;
renderMultiDraw: (starts: Int32Array, counts: Int32Array, drawCount: number) => void;
}