Module transfer

Source

Enumsยง

CopySide
TransferError
Error encountered while attempting a data transfer.

Functionsยง

copy_buffer_to_buffer ๐Ÿ”’
copy_buffer_to_texture ๐Ÿ”’
copy_texture_to_buffer ๐Ÿ”’
copy_texture_to_texture ๐Ÿ”’
extract_texture_selector ๐Ÿ”’
handle_buffer_init ๐Ÿ”’
Handle initialization tracking for a transferโ€™s source or destination buffer.
handle_dst_texture_init ๐Ÿ”’
Prepare a transferโ€™s destination texture.
handle_src_texture_init ๐Ÿ”’
Prepare a transferโ€™s source texture.
handle_texture_init ๐Ÿ”’
validate_copy_within_same_texture ๐Ÿ”’
Validate a copy within the same texture.
validate_linear_texture_data ๐Ÿ”’
WebGPUโ€™s validating linear texture data algorithm.
validate_texture_buffer_copy ๐Ÿ”’
Validation for texture/buffer copies.
validate_texture_copy_dst_format ๐Ÿ”’
Validate the destination format of a texture copy.
validate_texture_copy_range ๐Ÿ”’
Validate the extent and alignment of a texture copy.
validate_texture_copy_src_format ๐Ÿ”’
Validate the source format of a texture copy.