@deck.gl/core
Version:
deck.gl core library
4 lines • 818 B
TypeScript
export declare const stats: import("@luma.gl/core").StatsManager, getSupportedAdapters: (adapters?: import("@luma.gl/core").Adapter[]) => string[], setDefaultDeviceProps: (props: import("@luma.gl/core").CreateDeviceProps) => void, attachDevice: (handle: unknown, props: import("@luma.gl/core").AttachDeviceProps) => Promise<import("@luma.gl/core").Device>, createDevice: (props_?: import("@luma.gl/core").CreateDeviceProps) => Promise<import("@luma.gl/core").Device>, enforceWebGL2: (enforce?: boolean, adapters?: import("@luma.gl/core").Adapter[]) => void;
export { Device, Buffer, Texture, Framebuffer } from '@luma.gl/core';
export { Model, BufferTransform, TextureTransform, Geometry, CubeGeometry, SphereGeometry, ScenegraphNode, GroupNode, ModelNode } from '@luma.gl/engine';
//# sourceMappingURL=lumagl.d.ts.map