2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 05:47:42 +00:00

HLSL extension shaders

This commit is contained in:
Jack Andersen
2016-07-31 18:35:42 -10:00
parent d737ed7b34
commit 1c64605261
12 changed files with 224 additions and 9 deletions

View File

@@ -1,3 +1,6 @@
#if _WIN32
#include <D3Dcommon.h>
#endif
#include "Graphics/CModel.hpp"
#include "Graphics/CTexture.hpp"
#include "Graphics/CGraphics.hpp"