Patch Update - V9.2.8

Remove Vulkan related code
This commit is contained in:
2025-03-23 13:45:17 +01:00
parent 1ea77c909f
commit ede5080c10
6 changed files with 7 additions and 170 deletions

View File

@@ -6,7 +6,6 @@
// MY CLASS INCLUDES //
///////////////////////
#include "d3dclass.h"
#include "vulkan.h"
#include "cameraclass.h"
#include "object.h"
#include "lightclass.h"
@@ -183,7 +182,6 @@ private :
// ------------------------------------- //
D3DClass* m_Direct3D;
VulkanClass* m_Vulkan;
IDXGISwapChain* m_swapChain;
ModelClass* m_Model,* m_GroundModel, * m_WallModel, * m_BathModel, * m_WaterModel;
ModelListClass* m_ModelList;