Skip to content

AutoVertexIn

AutoVertexIn<T> = AutoVertexIn<{ [Key in keyof T]: T[Key] extends TgpuVertexAttrib ? InferGPU<FormatToWGSLType<T[Key]["format"]>> : Assume<T[Key], InferGPU<BaseIOData>> }>

Defined in: packages/typegpu/src/core/function/autoIO.ts:27

T