| 110 | } |
| 111 | |
| 112 | extern "C" HRESULT WINAPI D3D12GetDebugInterface(REFIID riid, void **ppvDebug) |
| 113 | { |
| 114 | return reshade::hooks::call(D3D12GetDebugInterface)(riid, ppvDebug); |
| 115 | } |
| 116 | |
| 117 | extern "C" HRESULT WINAPI D3D12CreateRootSignatureDeserializer(LPCVOID pSrcData, SIZE_T SrcDataSizeInBytes, REFIID pRootSignatureDeserializerInterface, void **ppRootSignatureDeserializer) |
| 118 | { |