Skip to content

Commit

Permalink
Fix shader compiler includes
Browse files Browse the repository at this point in the history
  • Loading branch information
stuart6854 committed Dec 18, 2023
1 parent 6b1a01d commit 11775f2
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/VkMana/ShaderCompiler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,17 @@

#include <shaderc/shaderc.hpp>

#include <Unknwnbase.h>
#include <dxc/dxcapi.h>
#ifdef _WIN32
#include <wrl/client.h>
#define CComPtr Microsoft::WRL::ComPtr
#else
#endif

#ifdef __linux__
#include <dxc/WinAdapter.h>
#endif

#include <dxc/dxcapi.h>

#include <fstream>
#include <sstream>

Expand Down

0 comments on commit 11775f2

Please sign in to comment.