MCPcopy Create free account
hub / github.com/beutton/browser-flight-simulator /

Class

packages/core/src/DataLoader.ts:71–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69} satisfies DataTextureParameters & Data3DTextureParameters
70
71export abstract class DataLoader<
72 T extends DataTexture | Data3DTexture = DataTexture | Data3DTexture,
73 U extends TypedArray = TypedArray
74> extends Loader<T> {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected