Type Alias webrender::renderer::gpu_buffer::GpuBufferI

source ·
pub type GpuBufferI = GpuBuffer<GpuBufferBlockI>;

Aliased Type§

struct GpuBufferI {
    pub data: Vec<GpuBufferBlockI>,
    pub size: Size2D<i32, DevicePixel>,
    pub format: ImageFormat,
}

Fields§

§data: Vec<GpuBufferBlockI>§size: Size2D<i32, DevicePixel>§format: ImageFormat