#include "../UI/UI_Lib.h"
#include "../UI/UI_types.h"
#include "../UI/IUI_Shader.h"
Go to the source code of this file.
Classes | |
class | CUI_SimpleShader |
A general purpose surface shader. More... |
Original Author: Scott Franke sfranke@gljournal.org
Creation date: 29 Feb 2000
Purpose: Class definition for CUI_SimpleShader
This class implements basic functionality for storing a texture id and color. If a shader is more sophisticated than that, it should probablyu inherit straight from IUI_Shader.