Module re_renderer::allocator
source · Expand description
High level GPU memory allocators.
In contrast to the buffer pools in crate::wgpu_resources
, every allocator in here
follows some more complex strategy for efficient re-use and sub-allocation of wgpu resources.
Re-exports§
pub use cpu_write_gpu_read_belt::CpuWriteGpuReadBelt;
pub use cpu_write_gpu_read_belt::CpuWriteGpuReadBuffer;
pub use cpu_write_gpu_read_belt::CpuWriteGpuReadError;
pub use data_texture_source::DataTextureSource;
pub use data_texture_source::DataTextureSourceWriteError;
pub use gpu_readback_belt::GpuReadbackBelt;
pub use gpu_readback_belt::GpuReadbackBuffer;
pub use gpu_readback_belt::GpuReadbackError;
pub use gpu_readback_belt::GpuReadbackIdentifier;
pub use uniform_buffer_fill::create_and_fill_uniform_buffer;
pub use uniform_buffer_fill::create_and_fill_uniform_buffer_batch;