Struct gfx_core::dummy::DummyDevice [] [src]

pub struct DummyDevice {
    // some fields omitted
}

Dummy device which does minimal work, just to allow testing gfx-rs apps for compilation.

Methods

impl DummyDevice

fn new() -> DummyDevice

Create a new dummy device

Trait Implementations

impl Device for DummyDevice

type Resources = DummyResources

type CommandBuffer = DummyCommandBuffer

fn get_capabilities(&self) -> &Capabilities

fn pin_submitted_resources(&mut self, _: &Manager<DummyResources>)

fn submit(&mut self, _: &mut DummyCommandBuffer)

fn cleanup(&mut self)