Skip to content

In

In<T> = UnwrapRuntimeConstructor<T> extends WgslTexture | WgslStorageTexture ? TextureAccessorIn<UnwrapRuntimeConstructor<T>> : DataAccessorIn<UnwrapRuntimeConstructor<T>>

Defined in: packages/typegpu/src/core/slot/slotTypes.ts:83

T extends BaseData | (count) => BaseData