(&self, f: &mut std::fmt::Formatter<'_>)
| 148 | |
| 149 | impl std::fmt::Debug for VulkanBackend { |
| 150 | fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { |
| 151 | f.debug_struct("VulkanBackend") |
| 152 | .field("device", &"vulkan/ash") |
| 153 | .finish() |
| 154 | } |
| 155 | } |
| 156 | |
| 157 | impl VulkanBackend { |
nothing calls this directly
no outgoing calls
no test coverage detected