Merge pull request #6209 from lioncash/file-statics

D3DBase: Mark file-scope variables as internally linked where applicable
This commit is contained in:
Anthony
2017-11-30 21:13:55 -08:00
committed by GitHub
2 changed files with 132 additions and 127 deletions
File diff suppressed because it is too large Load Diff
-3
View File
@@ -60,7 +60,6 @@ extern ID3D11Device* device;
extern ID3D11Device1* device1;
extern ID3D11DeviceContext* context;
extern HWND hWnd;
extern bool bFrameInProgress;
void Reset();
void Present();
@@ -93,8 +92,6 @@ typedef HRESULT(WINAPI* D3D11CREATEDEVICE)(IDXGIAdapter*, D3D_DRIVER_TYPE, HMODU
CONST D3D_FEATURE_LEVEL*, UINT, UINT, ID3D11Device**,
D3D_FEATURE_LEVEL*, ID3D11DeviceContext**);
typedef HRESULT(WINAPI* D3DREFLECT)(LPCVOID, SIZE_T, REFIID, void**);
extern D3DREFLECT PD3DReflect;
extern pD3DCompile PD3DCompile;
} // namespace DX11