[][src]Crate gfx_backend_empty

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

Structs

CommandBuffer

Dummy command buffer, which ignores all the calls.

CommandPool

Dummy raw command pool.

CommandQueue

Dummy command queue doing nothing.

DescriptorPool
Device

Dummy device doing nothing.

Instance
PhysicalDevice

Dummy physical device.

QueueFamily
Surface

Dummy surface.

Swapchain

Dummy swapchain.

Enums

Backend

Dummy backend.