dagon v0.12.0-beta2 (2021-10-10T20:59:18Z)
Home
Dub
Repo
GLTFBufferView
dagon
resource
gltf
Undocumented in source.
class
GLTFBufferView : Owner {
GLTFBuffer
buffer
;
uint
offset
;
uint
len
;
uint
stride
;
ubyte
[]
slice
;
GLenum
target
;
this
(GLTFBuffer buffer, uint offset, uint len, uint stride, GLenum target, Owner o);
~this
();
}
Constructors
this
this
(GLTFBuffer buffer, uint offset, uint len, uint stride, GLenum target, Owner o)
Undocumented in source.
Destructor
~this
~this
()
Undocumented in source.
Members
Variables
buffer
GLTFBuffer
buffer
;
Undocumented in source.
len
uint
len
;
Undocumented in source.
offset
uint
offset
;
Undocumented in source.
slice
ubyte
[]
slice
;
Undocumented in source.
stride
uint
stride
;
Undocumented in source.
target
GLenum
target
;
Undocumented in source.
Meta
Source
See Implementation
dagon
resource
gltf
classes
GLTFAccessor
GLTFAsset
GLTFBuffer
GLTFBufferView
GLTFMesh
GLTFMeshPrimitive
GLTFNode
GLTFScene
StaticTransformComponent
enums
GLTFDataType
functions
asColor
asMatrix
asQuaternion
asVector
decomposeMatrix
nameFromMimeType