Preparing search index...
The search index is not available
@webgpu/cts
@webgpu/cts
webgpu/util/conversion
Type
Variable Type
Type
:
{
abstract-float
:
ScalarType
;
abstract-int
:
ScalarType
;
abstractFloat
:
ScalarType
;
abstractInt
:
ScalarType
;
array
:
(
(
count
,
elementType
)
=>
ArrayType
)
;
bool
:
ScalarType
;
f16
:
ScalarType
;
f32
:
ScalarType
;
f64
:
ScalarType
;
i16
:
ScalarType
;
i32
:
ScalarType
;
i8
:
ScalarType
;
mat
:
(
(
cols
,
rows
,
elementType
)
=>
MatrixType
)
;
mat2x2f
:
MatrixType
;
mat2x2h
:
MatrixType
;
mat2x3f
:
MatrixType
;
mat2x3h
:
MatrixType
;
mat2x4f
:
MatrixType
;
mat2x4h
:
MatrixType
;
mat3x2f
:
MatrixType
;
mat3x2h
:
MatrixType
;
mat3x3f
:
MatrixType
;
mat3x3h
:
MatrixType
;
mat3x4f
:
MatrixType
;
mat3x4h
:
MatrixType
;
mat4x2f
:
MatrixType
;
mat4x2h
:
MatrixType
;
mat4x3f
:
MatrixType
;
mat4x3h
:
MatrixType
;
mat4x4f
:
MatrixType
;
mat4x4h
:
MatrixType
;
u16
:
ScalarType
;
u32
:
ScalarType
;
u8
:
ScalarType
;
vec
:
(
(
width
,
elementType
)
=>
VectorType
)
;
vec2af
:
VectorType
;
vec2ai
:
VectorType
;
vec2b
:
VectorType
;
vec2f
:
VectorType
;
vec2h
:
VectorType
;
vec2i
:
VectorType
;
vec2u
:
VectorType
;
vec3af
:
VectorType
;
vec3ai
:
VectorType
;
vec3b
:
VectorType
;
vec3f
:
VectorType
;
vec3h
:
VectorType
;
vec3i
:
VectorType
;
vec3u
:
VectorType
;
vec4af
:
VectorType
;
vec4ai
:
VectorType
;
vec4b
:
VectorType
;
vec4f
:
VectorType
;
vec4h
:
VectorType
;
vec4i
:
VectorType
;
vec4u
:
VectorType
;
}
Type holds pre-declared Types along with helper constructor functions.
Type declaration
abstract-
float
:
ScalarType
abstract-
int
:
ScalarType
abstract
Float
:
ScalarType
abstract
Int
:
ScalarType
array
:
(
(
count
,
elementType
)
=>
ArrayType
)
(
count
,
elementType
)
:
ArrayType
Parameters
count
:
number
elementType
:
Type
Returns
ArrayType
bool
:
ScalarType
f16
:
ScalarType
f32
:
ScalarType
f64
:
ScalarType
i16
:
ScalarType
i32
:
ScalarType
i8
:
ScalarType
mat
:
(
(
cols
,
rows
,
elementType
)
=>
MatrixType
)
(
cols
,
rows
,
elementType
)
:
MatrixType
Parameters
cols
:
number
rows
:
number
elementType
:
ScalarType
Returns
MatrixType
mat2x2f
:
MatrixType
mat2x2h
:
MatrixType
mat2x3f
:
MatrixType
mat2x3h
:
MatrixType
mat2x4f
:
MatrixType
mat2x4h
:
MatrixType
mat3x2f
:
MatrixType
mat3x2h
:
MatrixType
mat3x3f
:
MatrixType
mat3x3h
:
MatrixType
mat3x4f
:
MatrixType
mat3x4h
:
MatrixType
mat4x2f
:
MatrixType
mat4x2h
:
MatrixType
mat4x3f
:
MatrixType
mat4x3h
:
MatrixType
mat4x4f
:
MatrixType
mat4x4h
:
MatrixType
u16
:
ScalarType
u32
:
ScalarType
u8
:
ScalarType
vec
:
(
(
width
,
elementType
)
=>
VectorType
)
(
width
,
elementType
)
:
VectorType
Parameters
width
:
number
elementType
:
ScalarType
Returns
VectorType
vec2af
:
VectorType
vec2ai
:
VectorType
vec2b
:
VectorType
vec2f
:
VectorType
vec2h
:
VectorType
vec2i
:
VectorType
vec2u
:
VectorType
vec3af
:
VectorType
vec3ai
:
VectorType
vec3b
:
VectorType
vec3f
:
VectorType
vec3h
:
VectorType
vec3i
:
VectorType
vec3u
:
VectorType
vec4af
:
VectorType
vec4ai
:
VectorType
vec4b
:
VectorType
vec4f
:
VectorType
vec4h
:
VectorType
vec4i
:
VectorType
vec4u
:
VectorType
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
@webgpu/cts
common/framework/data_cache
common/framework/fixture
common/framework/metadata
common/framework/params_builder
common/framework/resources
common/framework/test_config
common/framework/test_group
common/util/collect_garbage
common/util/colors
common/util/crc32
common/util/data_tables
common/util/navigator_gpu
common/util/parse_imports
common/util/preprocessor
common/util/timeout
common/util/types
common/util/util
common/util/wpt_reftest_wait
webgpu/api/operation/buffers/mapping_test
webgpu/api/operation/command_buffer/programmable/programmable_state_test
webgpu/api/operation/memory_sync/buffer/buffer_sync_test
Loading...
Generated using
TypeDoc
Type holds pre-declared Types along with helper constructor functions.