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
[src]

Create a new dummy device

Trait Implementations

impl Device for DummyDevice
[src]

Associated Resources type.

Associated CommandBuffer type. Every Device type can only work with one CommandBuffer type. Read more

Returns the capabilities of this Ðevice.

Pin everything from this handle manager to live for a frame.

Submits a CommandBuffer to the GPU for execution.

Cleanup unused resources. This should be called between frames.