Files
NazaraEngine/src/Nazara/Renderer/AbstractShaderProgram.cpp
Lynix 4b783f6f6f Renamed Shader to ShaderProgram
Former-commit-id: 492b12d8bb48cff46ea46c83141b6d5a1540ff8f
2013-08-02 18:39:20 +02:00

9 lines
335 B
C++

// Copyright (C) 2013 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/AbstractShaderProgram.hpp>
#include <Nazara/Renderer/Debug.hpp>
NzAbstractShaderProgram::~NzAbstractShaderProgram() = default;