Struct nuklear_backend_gfx::Drawer [] [src]

pub struct Drawer<R: Resources> {
    pub col: Option<RenderTargetView<R, (R8_G8_B8_A8, Unorm)>>,
    // some fields omitted
}

Fields

Methods

impl<R: Resources> Drawer<R>
[src]