[−][src]Trait conrod_rendy::UiAux
Requirements for the auxiliary type within rendy graphs containing a UiPipeline
node.
Associated Types
Loading content...Required methods
fn ui(&self) -> &Ui
The user interface to be drawn.
fn image_map(&self) -> &ImageMap<UiTexture<Self::Backend>>
Access to the user's images.
fn dpi_factor(&self) -> f64
The DPI factor for translating from conrod's pixel-agnostic coordinates to pixel coordinates for the underlying surface.
Implementors
impl<B> UiAux for SimpleUiAux<B> where
B: Backend,
[src]
B: Backend,