Expand description
A GpuAsyncReadBufferTrait object handles the transfering pixel data from a frame buffer
into a color buffer in the background, and provides a method to poll the object and take the
data once it arrives.
Traitsยง
- GpuAsync
Read Buffer AsAny - A base trait that provides useful methods for trait downcasting.
- GpuAsync
Read Buffer Trait - Trait for objects that represent a request to transfer pixel data from some frame buffer into a color buffer.