mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 21:01:52 +00:00
Improved Define names
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
#if GE_GRAPHICS_DX11
|
||||
|
||||
#if !BF_PLATFORM_WINDOWS
|
||||
#error DirectX 11 (GE_GRAPHICS_DX11) can on be used on Windows.
|
||||
#endif
|
||||
|
||||
using DirectX.Common;
|
||||
using DirectX.D3D11;
|
||||
using DirectX.D3D11.SDKLayers;
|
||||
@@ -64,3 +70,5 @@ namespace GlitchyEngine.Platform.DX11
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user