MTLDeallocator Delegate

Definition

Completion handler for deallocating a buffer.

public delegate void MTLDeallocator(IntPtr pointer, nuint length);
type MTLDeallocator = delegate of nativeint * nuint -> unit

Parameters

pointer
IntPtr

nativeint

length
System.System.UIntPtr System.unativeint

Applies to