|
OpenEnroth da9191a
|
#include <OpenGLShaderParams.h>
Public Member Functions | |
| void | submit (const OpenGLShader &shader) const |
Public Attributes | |
| glm::mat4 | projection = {} |
| glm::mat4 | view = {} |
| FogUniforms | fog |
| float | decalBias = 0.002f |
| int | texture0 = 0 |
| void DecalUniforms::submit | ( | const OpenGLShader & | shader | ) | const |
| float DecalUniforms::decalBias = 0.002f |
| FogUniforms DecalUniforms::fog |
| glm::mat4 DecalUniforms::projection = {} |
| int DecalUniforms::texture0 = 0 |
| glm::mat4 DecalUniforms::view = {} |