Crate conrod_wgpu[][src]

Structs

An command for uploading an individual glyph.

A loaded wgpu texture and it’s width/height

A render produced by the Renderer::render method.

A helper type aimed at simplifying the rendering of conrod primitives via wgpu.

The data associated with a single vertex.

Enums

A draw command that maps directly to the wgpu::CommandEncoder method. By returning RenderPassCommands, we can avoid consuming the entire AutoCommandBufferBuilder itself which might not always be available from APIs that wrap Vulkan.