Struct RenderJobDisposeData
- Namespace
- Uralstech.UXR.QuestCamera.GLES
Data for Dispose.
public readonly struct RenderJobDisposeData
- Extension Methods
Constructors
RenderJobDisposeData(uint, nint)
public RenderJobDisposeData(uint renderTextureId, nint onDone)
Parameters
renderTextureIduintonDonenint
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