Crate gfx_backend_empty

Source
Expand description

Mock 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.
Device
Dummy device doing nothing.
Instance
PhysicalDevice
Dummy physical device.
Queue
Dummy command queue doing nothing.
QueueFamily
Surface
Dummy surface.
SwapchainImage

Enums§

Backend
Dummy backend.