UNPKG

@shapediver/sdk.sdtf-core

Version:
11 lines 361 B
import { ISdtfBaseComponent } from './ISdtfBaseComponent'; export interface ISdtfBufferView extends ISdtfBaseComponent { buffer: number; byteLength: number; byteOffset: number; contentEncoding?: string; contentType: string; name?: string; additionalProperties: Record<string, unknown>; } //# sourceMappingURL=ISdtfBufferView.d.ts.map