Click or drag to resize

MemoryBlock(Int32, Boolean) Constructor

Initializes a new instance of the MemoryBlock struct.

Namespace: Internal.SharpBgfx
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.2.1.0 (2026.2.1.0)
Syntax
C#
public MemoryBlock(
	int size,
	bool zeroMemory = false
)

Parameters

size  Int32
The size of the block, in bytes.
zeroMemory  Boolean  (Optional)
 
See Also