import { Drawable } from './drawable'; export interface DrawableDescriptor { propertyUniformMapping: { [property: string]: string }; uniformCountMacroName: string; sdf?: { shader: string; distanceFunctionName: string; }; shaderCombinationSteps: Array; readonly empty: Drawable; }