Crate gfx_backend_empty[−][src]
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. |
| CommandQueue | Dummy command queue doing nothing. |
| Device | Dummy device doing nothing. |
| Instance | |
| PhysicalDevice | Dummy physical device. |
| QueueFamily | |
| Surface | Dummy surface. |
| SwapchainImage |
Enums
| Backend | Dummy backend. |