Graphics/UberShader: Fix inline keyword
This commit is contained in:
parent
a801754f6e
commit
079834ca6a
|
|
@ -20,7 +20,7 @@ namespace Nz
|
||||||
class NAZARA_GRAPHICS_API UberShader
|
class NAZARA_GRAPHICS_API UberShader
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
inline UberShader(ShaderAst shaderAst);
|
UberShader(ShaderAst shaderAst);
|
||||||
~UberShader() = default;
|
~UberShader() = default;
|
||||||
|
|
||||||
UInt64 GetConditionFlagByName(const std::string_view& condition) const;
|
UInt64 GetConditionFlagByName(const std::string_view& condition) const;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue