Click or drag to resize

MemoryBlock Constructor (Int32)

Initializes a new instance of the MemoryBlock struct.

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

Parameters

size
Type: SystemInt32
The size of the block, in bytes.
See Also