WasmGPU - v0.6.0
Preparing search index...
DTypeInfo
Type Alias DTypeInfo<T>
type
DTypeInfo
<
T
extends
NumberTypedArray
=
NumberTypedArray
>
=
{
bytesPerElement
:
number
;
ctor
:
NumberTypedArrayConstructor
<
T
>
;
dtype
:
DType
;
wgslScalarType
:
"i32"
|
"u32"
|
"f32"
|
"f64"
|
null
;
}
Type Parameters
T
extends
NumberTypedArray
=
NumberTypedArray
Index
Properties
bytes
Per
Element
ctor
dtype
wgsl
Scalar
Type
Properties
Readonly
bytes
Per
Element
bytesPerElement
:
number
Readonly
ctor
ctor
:
NumberTypedArrayConstructor
<
T
>
Readonly
dtype
dtype
:
DType
Readonly
wgsl
Scalar
Type
wgslScalarType
:
"i32"
|
"u32"
|
"f32"
|
"f64"
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
bytes
Per
Element
ctor
dtype
wgsl
Scalar
Type
Source code
Examples
WasmGPU - v0.6.0
Loading...