Struct SurfaceTextureCaptureSession.TextureDeletionData
- Namespace
- Uralstech.UXR.QuestCamera
Data structure to delete the native texture.
protected struct SurfaceTextureCaptureSession.TextureDeletionData
Fields
OnDoneCallback
The callback to call when the deletion is done.
public nint OnDoneCallback
Field Value
- nint
TextureId
The ID of the native texture.
public uint TextureId
Field Value
- uint