Table of Contents

Struct RenderJobDisposeData

Data for Dispose.

public readonly struct RenderJobDisposeData
Extension Methods

Constructors

RenderJobDisposeData(uint, nint)

public RenderJobDisposeData(uint renderTextureId, nint onDone)

Parameters

renderTextureId uint
onDone nint

Fields

OnDone

Method with signature of RenderJobDisposeData.Callback.

public readonly nint OnDone

Field Value

nint

RenderTextureId

The Job's ID and render target.

public readonly uint RenderTextureId

Field Value

uint