Click or drag to resize

MemoryBlock(IntPtr, Int32) Constructor

Initializes a new instance of the MemoryBlock struct.

Namespace: Internal.SharpBgfx
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public MemoryBlock(
	IntPtr data,
	int size
)

Parameters

data  IntPtr
A pointer to the initial data to copy into the new block.
size  Int32
The size of the block, in bytes.
See Also