CreateBuffer(ulong, ulong)
Create a new buffer for a number of elements with a given stride.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: UnityEngine.LightTransport
- Assembly: UnityEngine.CoreModule
public BufferID CreateBuffer(ulong count, ulong stride)
Parameters
Returns
Type | Description |
|---|---|
| BufferID | ID of the newly created buffer. |