Class BufferViewMeshoptExtension
Implements
Inherited Members
Namespace: GLTFast.Schema
Assembly: solution.dll
Syntax
[Serializable]
public class BufferViewMeshoptExtension : IBufferView
Fields
| Name | Description |
|---|---|
| buffer | The index of the buffer. |
| byteLength | The length of the bufferView in bytes. |
| byteOffset | The offset into the buffer in bytes. |
| byteStride | The stride, in bytes, between vertex attributes or other interleaved data. When this is zero, data is tightly packed. |
| count | |
| filter | |
| mode |
Properties
| Name | Description |
|---|---|
| Buffer | The index of the buffer. |
| ByteLength | The length of the bufferView in bytes. |
| ByteOffset | The offset into the buffer in bytes. |
Methods
| Name | Description |
|---|---|
| GetFilter() | |
| GetMode() |