MemoryBlock(Void*, Int32) Constructor |
Namespace: Internal.SharpBgfxAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic MemoryBlock(
void* data,
int size
)
Parameters
- data Void*
- A pointer to the initial data to copy into the new block.
- size Int32
- The size of the block, in bytes.
See Also