Skip to content

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

Eventual

Eventual<T>: T | TgpuSlot<T> | TgpuDerived<T>

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

Represents a value that is available at resolution time.

T