| 63 | extern "C" |
| 64 | { |
| 65 | HRESULT WINAPI WrappedCreateDXGIFactory(REFIID riid, _Out_ void **ppFactory) |
| 66 | { |
| 67 | return gDxgiWrapper->CreateDXGIFactory(riid, ppFactory); |
| 68 | } |
| 69 | |
| 70 | HRESULT WINAPI WrappedCreateDXGIFactory1(REFIID riid, _Out_ void **ppFactory) |
| 71 | { |
nothing calls this directly
no test coverage detected