Share via


MTLDeallocator Delegate

Definition

Completion handler for deallocating a buffer.

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

Parameters

pointer
IntPtr

nativeint

length
UIntPtr

unativeint

Applies to