BindLayoutEntry
BindLayoutEntry<
T> =TextendsTgpuLayoutUniform?TgpuBufferUniform<T["uniform"]> :TextendsTgpuLayoutStorage?StorageUsageForEntry<T> :TextendsTgpuLayoutSampler?TgpuSampler:TextendsTgpuLayoutComparisonSampler?TgpuComparisonSampler:TextendsTgpuLayoutTexture<infer TSchema> ?TgpuTextureView<TSchema> :TextendsTgpuLayoutStorageTexture<infer TSchema> ?TgpuTextureView<TSchema> :TextendsTgpuLayoutExternalTexture?TgpuExternalTexture:never
Defined in: packages/typegpu/src/tgpuBindGroupLayout.ts:378
Type Parameters
Section titled βType ParametersβT extends TgpuLayoutEntry | null