MCPcopy Create free account
hub / github.com/DioxusLabs/anyrender / BufferRendererConfig

Class BufferRendererConfig

crates/wgpu_context/src/buffer_renderer.rs:8–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6
7#[derive(Clone, Debug)]
8pub struct BufferRendererConfig {
9 pub width: u32,
10 pub height: u32,
11 pub usage: TextureUsages,
12}
13
14/// Utility struct for rendering to `Vec<u8>`
15pub struct BufferRenderer {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected