Shader: Move attribute parsing to parser, simplifying writer code
This commit is contained in:
@@ -14,6 +14,12 @@
|
||||
|
||||
namespace Nz::ShaderLang
|
||||
{
|
||||
class AttributeError : public std::exception
|
||||
{
|
||||
public:
|
||||
using exception::exception;
|
||||
};
|
||||
|
||||
class ExpectedToken : public std::exception
|
||||
{
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user