WasmGPU - v0.6.0
Preparing search index...
StorageBufferDescriptor
Type Alias StorageBufferDescriptor
type
StorageBufferDescriptor
=
{
byteLength
?:
number
;
copyDst
?:
boolean
;
copySrc
?:
boolean
;
data
?:
BufferSource
;
label
?:
string
;
usage
?:
GPUBufferUsageFlags
;
}
Index
Properties
byte
Length?
copy
Dst?
copy
Src?
data?
label?
usage?
Properties
Optional
byte
Length
byteLength
?:
number
Optional
copy
Dst
copyDst
?:
boolean
Optional
copy
Src
copySrc
?:
boolean
Optional
data
data
?:
BufferSource
Optional
label
label
?:
string
Optional
usage
usage
?:
GPUBufferUsageFlags
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
byte
Length
copy
Dst
copy
Src
data
label
usage
Source code
Examples
WasmGPU - v0.6.0
Loading...