Skip to content

Sign up to be notified when the ShaderHunt platform is available, along with interactive examples teaching TypeGPU from the ground up.

ExtractBindGroupInputFromLayout

ExtractBindGroupInputFromLayout<T>: NullableToOptional<{ [K in keyof T]: LayoutEntryToInput<T[K]> }>

Defined in: packages/typegpu/src/tgpuBindGroupLayout.ts:354

T extends Record<string, TgpuLayoutEntry | null>