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 99#include " nbl/asset/utils/IShaderCompiler.h"
1010
1111#include < wrl.h>
12+ #include < combaseapi.h>
13+ #include < dxc/dxc/include/dxc/dxcapi.h>
1214
1315using Microsoft::WRL::ComPtr;
1416
15- class IDxcUtils ;
16- class IDxcCompiler3 ;
17-
1817namespace nbl ::asset
1918{
2019
Original file line number Diff line number Diff line change 88#include < regex>
99#include < iterator>
1010
11- #include < dxc/dxcapi.h>
12- #include < combaseapi.h>
13-
1411#define TCPP_IMPLEMENTATION
1512#include < tcpp/source/tcppLibrary.hpp>
1613#undef TCPP_IMPLEMENTATION
1714
1815using namespace nbl ;
1916using namespace nbl ::asset;
2017
21- #include < combaseapi.h>
22- #include < dxc/dxc/include/dxc/dxcapi.h>
23-
2418CHLSLCompiler::CHLSLCompiler (core::smart_refctd_ptr<system::ISystem>&& system)
2519 : IShaderCompiler(std::move(system))
2620{
You can’t perform that action at this time.
0 commit comments