Skip to content

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

ValidateStorageSchema

ValidateStorageSchema<TData>: IsValidStorageSchema<TData> extends false ? ExtractInvalidSchemaError<TData, "(Error) "> : TData

TData extends AnyData

packages/typegpu/src/core/root/rootTypes.ts:552