Module messages
webgpu_
traits
0.0.1
Module messages
Module Items
Modules
In crate webgpu_
traits
Modules
error
ids
messages
render_commands
Structs
Adapter
ContextConfiguration
Mapping
Pipeline
ShaderCompilationInfo
WebGPU
Enums
ComputePass
DeviceLostReason
RenderPass
RequestDeviceError
Constants
PRESENTATION_BUFFER_COUNT
Type Aliases
ComputePassId
RenderPassId
WebGPUAdapterResponse
WebGPUComputePipelineResponse
WebGPUDeviceResponse
WebGPUPoppedErrorScopeResponse
WebGPURenderPipelineResponse
webgpu_traits
Module
messages
Copy item path
Settings
Help
Summary
Source
Re-exports
§
pub use
recv
::*;
pub use
to_dom
::*;
pub use
to_script
::*;
Modules
§
recv
IPC messages that are received in the WebGPU thread (usually from the ScriptThread, and more specifically from DOM objects)
to_dom
IPC messages that are sent to WebGPU DOM objects.
to_
script
IPC messages that are sent to the ScriptThread.