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.
Type AliasesΒ§
- Texel
Copy πBuffer Info - Texel
Copy πTexture Info