Skip to main content

Module core

Module core 

Source
Expand description

Low-level GPU context access.

Structs§

ReadbackFrame
A frame of pixel data returned by the readback stream.
ReadbackStream
High-throughput, non-blocking readback pipeline based on a ring buffer.
ResourceBuilder
Collects resource bindings for automatic layout and bind group generation.
ResourceManager
WgpuContext
Core wgpu context holding GPU handles and render target state.

Enums§

BindingResource
Describes a single resource binding for wgpu::BindGroup creation.
ReadbackError
Error returned by ReadbackStream operations.

Traits§

Bindings
Binding resource Trait