csShaderMetadata Struct Reference
Shader metadata. More...
#include <ivideo/shader/shader.h>
Public Member Functions | |
csShaderMetadata () | |
Constructor to null out parameters. | |
Public Attributes | |
char * | description |
Descriptive string. | |
uint | numberOfLights |
Number of lights this shader can process in a pass. |
Detailed Description
Shader metadata.This struct holds shader metadata such as how many lights per pass the shader supports, description etc that is not directly describing exactly what the shader does, but tells the rest of the engine how it should be used.
Definition at line 239 of file shader.h.
Constructor & Destructor Documentation
csShaderMetadata::csShaderMetadata | ( | ) | [inline] |
Member Data Documentation
The documentation for this struct was generated from the following file:
- ivideo/shader/shader.h
Generated for Crystal Space by doxygen 1.4.7