aboutsummaryrefslogtreecommitdiff
path: root/include/DX11Manager.h
blob: 1c180221207250595dd86d85be0062fba1f12c93 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#pragma once

#include <D3D11.h>

struct DxData {
	HRESULT CreateSwapChainReturn;
	/* ALL Offsets are relative to the base address of d3d11.dll */
	UINT64 DeviceVTableOffset;
	UINT64 DeviceContextVTableOffset;
	UINT64 SwapChainVTableOffset;
	BYTE buf[64];
};

bool WINAPI GetDirectxData(struct DxData * const data);