Skip to content

In

In<T> = UnwrapRuntimeConstructor<T> extends WgslTexture | WgslStorageTexture ? MutableTextureAccessorIn<UnwrapRuntimeConstructor<T>> : MutableDataAccessorIn<UnwrapRuntimeConstructor<T>>

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

T extends BaseData | (count) => BaseData