Skip to content

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

RGExecuteContext

data

T

Returns

void

Released under the MIT License.