| 6 | |
| 7 | template <typename T> |
| 8 | constexpr T* DummyObject() { |
| 9 | return (T*)(size_t)(1); |
| 10 | } |
| 11 | |
| 12 | struct DeviceNONE final : public DeviceBase { |
| 13 | inline DeviceNONE(const CallbackInterface& callbacks, const AllocationCallbacks& allocationCallbacks, const AdapterDesc* adapterDesc) |
nothing calls this directly
no outgoing calls
no test coverage detected