Skip to main content

Module read_buffer

Module read_buffer 

Source
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ยง

GpuAsyncReadBufferAsAny
A base trait that provides useful methods for trait downcasting.
GpuAsyncReadBufferTrait
Trait for objects that represent a request to transfer pixel data from some frame buffer into a color buffer.