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 216 of file shader.h.
Constructor & Destructor Documentation
|
Constructor to null out parameters.
|
Member Data Documentation
|
Descriptive string.
|
|
Number of lights this shader can process in a pass. 0 means either that the shader does not do any lighting, or that it can provide any number of lights. |
The documentation for this struct was generated from the following file:
- ivideo/shader/shader.h
Generated for Crystal Space by doxygen 1.4.6