[][src]Crate gfx_backend_empty

Dummy backend implementation to test the code for compile errors outside of the graphics development environment.

Structs

DescriptorPool
Device

Dummy device doing nothing.

Instance
PhysicalDevice

Dummy physical device.

QueueFamily
RawCommandBuffer

Dummy command buffer, which ignores all the calls.

RawCommandPool

Dummy raw command pool.

RawCommandQueue

Dummy command queue doing nothing.

Surface

Dummy surface.

Swapchain

Dummy swapchain.

Enums

Backend

Dummy backend.