Class VideoGLTextureUploadMetaUnownedHandle
public class VideoGLTextureUploadMetaUnownedHandle : VideoGLTextureUploadMetaHandle, IDisposable
- Inheritance
-
VideoGLTextureUploadMetaUnownedHandle
- Implements
- Inherited Members
Constructors
VideoGLTextureUploadMetaUnownedHandle(IntPtr)
Creates a new instance of VideoGLTextureUploadMetaOwnedHandle. Assumes that the given pointer is unowned by the runtime.
public VideoGLTextureUploadMetaUnownedHandle(IntPtr ptr)
Parameters
ptr
IntPtr
Properties
NullHandle
public static VideoGLTextureUploadMetaUnownedHandle NullHandle { get; }
Property Value
Methods
Copy()
public VideoGLTextureUploadMetaOwnedHandle Copy()
Returns
ReleaseHandle()
When overridden in a derived class, executes the code required to free the handle.
protected override bool ReleaseHandle()