Files
NazaraEngine/src/Nazara/Renderer/ShaderModule.cpp
2022-01-01 15:30:09 +01:00

12 lines
351 B
C++

// Copyright (C) 2022 Jérôme "Lynix" Leclercq (lynix680@gmail.com)
// 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/ShaderModule.hpp>
#include <Nazara/Renderer/Debug.hpp>
namespace Nz
{
ShaderModule::~ShaderModule() = default;
}