MemoryBlock Constructor (Void, Int32) |
Namespace:
Internal.SharpBgfx
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public MemoryBlock(
void* data,
int size
)
Parameters
- data
- Type: SystemVoid*
A pointer to the initial data to copy into the new block. - size
- Type: SystemInt32
The size of the block, in bytes.
See Also