Remove Win64LaunchOptions

This commit is contained in:
GabsPuNs
2026-05-19 00:35:04 -04:00
parent cc8a926f87
commit bbba35362d
5 changed files with 43 additions and 130 deletions

View File

@@ -2,8 +2,6 @@
#include "..\Common\PostProcesser.h"
#include <d3dcompiler.h>
#pragma comment(lib, "d3dcompiler.lib")
extern ID3D11Device* g_pd3dDevice;
extern ID3D11DeviceContext* g_pImmediateContext;
extern IDXGISwapChain* g_pSwapChain;