Creates a new instance of IndexBufferImplementation.
| C# |
protected IndexBufferImplementation( DataBuffer<short> indices, ResourceUsage usage )
- indices (DataBuffer<(Of <(<'Int16>)>)>)
- The index data.
- usage (ResourceUsage)
- The resource usage specifying the type of memory the buffer should use.
| Exception | Condition |
|---|---|
| ArgumentNullException | Thrown if the index data is null. |
Assembly: Tesla (Module: Tesla) Version: 0.5.0.0 (0.5.0.0)