Documentation / scene / RGExecuteFn
Type Alias: RGExecuteFn<T>
RGExecuteFn<
T> = (ctx,data) =>void
Defined in: libs/scene/src/render/rendergraph/types.ts:182
Execute callback signature.
The callback receives a context for resolving handles to GPU resources, plus the user data returned from the setup function.
Type Parameters
T
T = void
Parameters
ctx
data
T
Returns
void