Delegate RenderJobRunData.Callback
- Namespace
- Uralstech.UXR.QuestCamera.GLES
Callback for when the job finishes rendering or the process fails.
public delegate void RenderJobRunData.Callback(long timestamp, uint renderTextureId)
Parameters
timestamplongThe timestamp returned by the SurfaceTexture, or -1 if the operation failed.
renderTextureIduintRenderTextureId, for lookup.
- Extension Methods