InstanceDataBuffer Constructor |
Namespace: Internal.SharpBgfxAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic InstanceDataBuffer(
int count,
int stride
)
Parameters
- count Int32
- The number of elements in the buffer.
- stride Int32
- The stride of each element.
See Also