2027 Method
Changes 0
M

IndexBuffer.GetMappedHandle

Description:
Gets a handle to the buffer's memory that has been mapped. Writing data to the buffer using the handle is an alternative to using stream objects.
public IntPtr GetMappedHandle()
IntPtr The handle to the mapped memory or nullptr when the buffer is not mapped.