Module transfer
wgpu_
core
26.0.0
Module transfer
Module Items
Enums
Functions
Type Aliases
In wgpu_
core::
command
Modules
allocator
bind
bundle
bundle_ffi
clear
compute
compute_command
draw
memory_init
pass
query
ray_tracing
render
render_command
timestamp_writes
transfer
transition_resources
Macros
pass_base
pass_try
Structs
ArcRenderPassDepthStencilAttachment
BakedCommands
BindGroupStateChange
CommandBuffer
CommandBufferMutable
CommandEncoder
ComputePass
ComputePassDescriptor
ComputePassError
PassChannel
PassStateError
PassTimestampWrites
RecordingGuard
Rect
RenderBundle
RenderBundleEncoder
RenderBundleEncoderDescriptor
RenderBundleError
RenderPass
RenderPassColorAttachment
RenderPassDepthStencilAttachment
RenderPassDescriptor
RenderPassError
StateChange
Enums
AttachmentError
AttachmentErrorLocation
ClearError
ColorAttachmentError
CommandEncoderError
CommandEncoderStatus
ComputeCommand
ComputePassErrorInner
CopySide
CreateRenderBundleError
DispatchError
DrawError
DrawKind
EncoderStateError
ExecutionError
LoadOp
PassErrorScope
QueryError
QueryUseError
RenderCommandError
RenderPassErrorInner
ResolveError
ResolvedPassChannel
SimplifiedQueryType
StoreOp
TimestampWritesError
TransferError
Constants
PUSH_CONSTANT_CLEAR_ARRAY
Traits
MapPassErr
Functions
push_constant_clear
Type Aliases
ArcRenderPassColorAttachment
ComputeBasePass
CopyExternalImageDestInfo
RenderBasePass
RenderBundleDescriptor
TexelCopyBufferInfo
TexelCopyTextureInfo
wgpu_core
::
command
Module
transfer
Copy item path
Settings
Help
Summary
Source
Enums
§
Copy
Side
Transfer
Error
Error encountered while attempting a data transfer.
Functions
§
extract_
texture_
selector
🔒
handle_
dst_
texture_
init
🔒
Prepare a transfer’s destination texture.
handle_
src_
texture_
init
🔒
Prepare a transfer’s source texture.
handle_
texture_
init
🔒
validate_
linear_
texture_
data
🔒
WebGPU’s
validating linear texture data
algorithm.
validate_
texture_
copy_
range
🔒
WebGPU’s
validating texture copy range
algorithm.
Type Aliases
§
Copy
External
Image
Dest
Info
Texel
Copy
Buffer
Info
Texel
Copy
Texture
Info