You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
MangoHud/src/win/d3d11_hook.h

14 lines
253 B
C++

#pragma once
#ifndef __D3D11_IMPL_H__
#define __D3D11_IMPL_H__
#include <d3d11.h>
namespace impl
{
namespace d3d11
{
void init();
}
}
long __stdcall hkPresent11(IDXGISwapChain* pSwapChain, UINT SyncInterval, UINT Flags);
#endif // __D3D11_IMPL_H__