Delegate RenderJobDisposeData.Callback
- Namespace
- Uralstech.UXR.QuestCamera.GLES
Callback for when the job is disposed or the process fails.
public delegate void RenderJobDisposeData.Callback(bool result, uint renderTextureId)
Parameters
resultboolWhether the operation was a success or not.
renderTextureIduintRenderTextureId, for lookup.
- Extension Methods