BgfxSetInstanceDataBuffer(InstanceDataBuffer, Int32, Int32) Method |
Sets instance data to use for drawing primitives.
Namespace: Internal.SharpBgfxAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic static void SetInstanceDataBuffer(
ref InstanceDataBuffer instanceData,
int start = 0,
int count = -1
)
Parameters
- instanceData InstanceDataBuffer
- The instance data.
- start Int32 (Optional)
- The starting offset in the buffer.
- count Int32 (Optional)
- The number of entries to pull from the buffer.
See Also