Delegate STCaptureSessionNative.NativeUpdateCallbackType
- Namespace
- Uralstech.UXR.QuestCamera.SurfaceTextureCapture
Callback type for CleanupNativeTexture and RenderTextures events.
public delegate void STCaptureSessionNative.NativeUpdateCallbackType(uint textureId, bool success)
Parameters
textureIduintThe ID of the native texture which was updated.
successboolIf the operation was successful.