ShaderAst: Big refactor + add binding/location support

This commit is contained in:
Lynix
2020-06-17 16:00:03 +02:00
parent 463b540739
commit f38bfdde8a
63 changed files with 2380 additions and 1603 deletions

View File

@@ -5,8 +5,12 @@
#include <Nazara/Renderer/ShaderValidator.hpp>
#include <Nazara/Renderer/Debug.hpp>
namespace Nz::ShaderAst
namespace Nz
{
ShaderValidator::ShaderValidator(const ShaderAst& shader) :
m_shader(shader)
{
}
}
#include <Nazara/Renderer/DebugOff.hpp>