MCPcopy Create free account
hub / github.com/NVIDIA-RTX/NRI / DummyObject

Function DummyObject

Source/NONE/ImplNONE.cpp:8–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected