Renderer/ShaderBuilder: Fix compilation error when including ShaderBuilder.hpp
This commit is contained in:
@@ -33,7 +33,7 @@ namespace Nz { namespace ShaderBuilder
|
||||
{
|
||||
constexpr BuiltinBuilder() {}
|
||||
|
||||
std::shared_ptr<ShaderAst::Variable> operator()(ShaderAst::BuiltinEntry builtin) const;
|
||||
inline std::shared_ptr<ShaderAst::Variable> operator()(ShaderAst::BuiltinEntry builtin) const;
|
||||
};
|
||||
|
||||
template<typename T>
|
||||
|
||||
Reference in New Issue
Block a user