We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24b31dc commit 12afd3dCopy full SHA for 12afd3d
include/nbl/asset/utils/CHLSLCompiler.h
@@ -10,7 +10,7 @@
10
11
#ifdef _NBL_PLATFORM_WINDOWS_
12
13
-namespace nbl::asset::hlsl::impl
+namespace nbl::asset::impl
14
{
15
class DXC;
16
}
@@ -53,7 +53,7 @@ class NBL_API2 CHLSLCompiler final : public IShaderCompiler
53
54
// This can't be a unique_ptr due to it being an undefined type
55
// when Nabla is used as a lib
56
- nbl::asset::hlsl::impl::DXC* m_dxcCompilerTypes;
+ nbl::asset::impl::DXC* m_dxcCompilerTypes;
57
58
static CHLSLCompiler::SOptions option_cast(const IShaderCompiler::SCompilerOptions& options)
59
0 commit comments