Add ShaderValidator

This commit is contained in:
Lynix
2020-06-06 16:44:17 +02:00
parent 8467c79021
commit 2258a4f87f
4 changed files with 306 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
// Copyright (C) 2020 Jérôme Leclercq
// This file is part of the "Nazara Engine - Renderer module"
// For conditions of distribution and use, see copyright notice in Config.hpp
#include <Nazara/Renderer/ShaderValidator.hpp>
#include <Nazara/Renderer/Debug.hpp>
namespace Nz::ShaderAst
{
}
#include <Nazara/Renderer/DebugOff.hpp>