Skip to content

Documentation / scene / RGExecuteFn

Type Alias: RGExecuteFn<T>

RGExecuteFn<T> = (ctx, data) => void

Defined in: libs/scene/src/render/rendergraph/types.ts:139

Render graph execute callback.

Type Parameters

T

T = void

Parameters

ctx

RGExecuteContext

data

T

Returns

void

Released under the MIT License.