wgpu4k-scenes
Toggle table of contents
0.0.2
common
Platform filter
common
Switch theme
Search in API
wgpu4k-scenes
wgpu4k-scenes
/
io.ygdrasil.webgpu.examples.helper.glb
/
GLTFBufferView
GLTFBuffer
View
class
GLTFBufferView
(
bufferView
:
GLTF2.BufferView
,
buffer
:
GLTF2.Buffer
)
Members
Constructors
GLTFBuffer
View
Link copied to clipboard
constructor
(
bufferView
:
GLTF2.BufferView
,
buffer
:
GLTF2.Buffer
)
Properties
buffer
Link copied to clipboard
var
buffer
:
ByteArray
byte
Stride
Link copied to clipboard
var
byteStride
:
Int
gpu
Buffer
Link copied to clipboard
var
gpuBuffer
:
Buffer
?
needs
Upload
Link copied to clipboard
var
needsUpload
:
Boolean
Functions
upload
Link copied to clipboard
fun
upload
(
device
:
Device
)