![]() |
Public API Reference |
![]() |
Shader metadata. More...
#include <ivideo/shader/shader.h>
Public Member Functions | |
csShaderMetadata () | |
Constructor to null out parameters. | |
Public Attributes | |
const char * | description |
Descriptive string. | |
uint | numberOfLights |
Number of lights this shader can process in a pass. |
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.
csShaderMetadata::csShaderMetadata | ( | ) | [inline] |
const char* csShaderMetadata::description |