Shader: Error fixes

This commit is contained in:
SirLynix
2022-04-06 09:06:02 +02:00
parent 8784ec9b47
commit 447cdfddc9
5 changed files with 35 additions and 27 deletions

View File

@@ -36,7 +36,7 @@ namespace Nz::ShaderLang
#include <Nazara/Shader/ShaderLangErrorList.hpp>
};
class Error : public std::exception
class NAZARA_SHADER_API Error : public std::exception
{
public:
inline Error(SourceLocation sourceLocation, ErrorCategory errorCategory, ErrorType errorType) noexcept;