OpenEnroth 0259030
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
DecalUniforms Struct Reference

#include <OpenGLShaderParams.h>

Public Member Functions

void submit (const OpenGLShader &shader) const
 

Public Attributes

glm::mat4 projection = {}
 
glm::mat4 view = {}
 
Colorf fogColor
 
float fogStart = 0
 
float fogMiddle = 0
 
float fogEnd = 0
 
float decalBias = 0.002f
 
int texture0 = 0
 

Member Function Documentation

◆ submit()

void DecalUniforms::submit ( const OpenGLShader shader) const

Member Data Documentation

◆ decalBias

float DecalUniforms::decalBias = 0.002f

◆ fogColor

Colorf DecalUniforms::fogColor

◆ fogEnd

float DecalUniforms::fogEnd = 0

◆ fogMiddle

float DecalUniforms::fogMiddle = 0

◆ fogStart

float DecalUniforms::fogStart = 0

◆ projection

glm::mat4 DecalUniforms::projection = {}

◆ texture0

int DecalUniforms::texture0 = 0

◆ view

glm::mat4 DecalUniforms::view = {}

The documentation for this struct was generated from the following files: