File tree Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Original file line number Diff line number Diff line change 9
9
#include " nbl/asset/utils/IShaderCompiler.h"
10
10
11
11
#include < wrl.h>
12
+ #include < combaseapi.h>
13
+ #include < dxc/dxc/include/dxc/dxcapi.h>
12
14
13
15
using Microsoft::WRL::ComPtr;
14
16
15
- class IDxcUtils ;
16
- class IDxcCompiler3 ;
17
-
18
17
namespace nbl ::asset
19
18
{
20
19
Original file line number Diff line number Diff line change 8
8
#include < regex>
9
9
#include < iterator>
10
10
11
- #include < dxc/dxcapi.h>
12
- #include < combaseapi.h>
13
-
14
11
#define TCPP_IMPLEMENTATION
15
12
#include < tcpp/source/tcppLibrary.hpp>
16
13
#undef TCPP_IMPLEMENTATION
17
14
18
15
using namespace nbl ;
19
16
using namespace nbl ::asset;
20
17
21
- #include < combaseapi.h>
22
- #include < dxc/dxc/include/dxc/dxcapi.h>
23
-
24
18
CHLSLCompiler::CHLSLCompiler (core::smart_refctd_ptr<system::ISystem>&& system)
25
19
: IShaderCompiler(std::move(system))
26
20
{
You can’t perform that action at this time.
0 commit comments