Module dagon.resource.gltf.bufferview
GLTF buffer view.
Description
The dagon module defines the GLTFBufferView class,
which represents a view into a GLTF buffer, describing a subrange of the buffer
with a specific offset, length, and stride. Buffer views are used to organize
vertex attributes, indices, and other structured data in GLTF assets.
Classes
| Name | Description |
|---|---|
GLTFBufferView
|
Represents a view into a GLTF buffer. |