1 /** \file pixel_program.cpp
2 * Pixel program definition
5 // NeL - MMORPG Framework <https://wiki.ryzom.dev/>
6 // Copyright (C) 2000-2001 Nevrax Ltd.
8 // This source file has been modified by the following contributors:
9 // Copyright (C) 2013 Jan BOON (Kaetemi) <jan.boon@kaetemi.be>
11 // This program is free software: you can redistribute it and/or modify
12 // it under the terms of the GNU Affero General Public License as
13 // published by the Free Software Foundation, either version 3 of the
14 // License, or (at your option) any later version.
16 // This program is distributed in the hope that it will be useful,
17 // but WITHOUT ANY WARRANTY; without even the implied warranty of
18 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19 // GNU Affero General Public License for more details.
21 // You should have received a copy of the GNU Affero General Public License
22 // along with this program. If not, see <http://www.gnu.org/licenses/>.
26 #include "nel/3d/pixel_program.h"
28 #include "nel/3d/driver.h"
37 // ***************************************************************************
39 CPixelProgram::CPixelProgram()
44 // ***************************************************************************
46 CPixelProgram::~CPixelProgram ()
51 // ***************************************************************************