Table of Contents

Struct RenderJobSetupData

Data for Setup.

public readonly struct RenderJobSetupData
Extension Methods

Constructors

RenderJobSetupData(uint, int, int, nint)

public RenderJobSetupData(uint renderTextureId, int width, int height, nint onDone)

Parameters

renderTextureId uint
width int
height int
onDone nint

Fields

Height

The height of RenderTextureId.

public readonly int Height

Field Value

int

OnDone

Method with signature of RenderJobSetupData.Callback.

public readonly nint OnDone

Field Value

nint

RenderTextureId

The GLES ID of the texture which will be the Job's ID and render target.

public readonly uint RenderTextureId

Field Value

uint

Width

The width of RenderTextureId.

public readonly int Width

Field Value

int