Enumsยง
- Copy
Side - Transfer
Error - 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.