type TexturePlaceholder = { sampler: GPUSampler | GPUSamplerDescriptor | null, layout: string, variant?: string, aspect?: GPUTextureAspect, filter?: FilteringType, }
packages / core / src / types.ts