MCPcopy Create free account
hub / github.com/crosire/reshade / D3D12GetDebugInterface

Function D3D12GetDebugInterface

source/d3d12/d3d12.cpp:112–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

WinMainFunction · 0.85

Calls 1

callFunction · 0.85

Tested by 1

WinMainFunction · 0.68