Remove Win64LaunchOptions

This commit is contained in:
GabsPuNs
2026-05-19 00:35:04 -04:00
parent 182e3b0d67
commit 76489fd42c
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;