Skip to content

AutoFragmentOut

AutoFragmentOut<T> = T extends undefined | v4f ? T : T & Partial<InferGPURecord<typeof builtinFragmentOut>>

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

T extends undefined | v4f | AnyAutoCustoms