MTLDeallocator Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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