Trait vulkano_text::DrawTextTrait [] [src]

pub trait DrawTextTrait {
    fn draw_text(
        self,
        data: &mut DrawText,
        queue: Arc<Queue>,
        screen_width: u32,
        screen_height: u32
    ) -> AutoCommandBufferBuilder; }

Required Methods

Implementors