|
Euphoria
|
Stores information that is useful when selecting a shader part from a shader container. More...
Public Member Functions | |
| constexpr | RenderContext (TransformSource s, UseTransparency t, float g, const ShadowContext *sc) |
Public Attributes | |
| TransformSource | model_source |
| UseTransparency | use_transparency |
| float | gamma |
| gamma from the rendering settings | |
| ShadowContext const * | shadow_context |
Stores information that is useful when selecting a shader part from a shader container.
Definition at line 201 of file shader_resource.h.
|
inlineconstexpr |
Definition at line 208 of file shader_resource.h.
| float eu::render::RenderContext::gamma |
gamma from the rendering settings
Definition at line 205 of file shader_resource.h.
| TransformSource eu::render::RenderContext::model_source |
Definition at line 203 of file shader_resource.h.
| ShadowContext const* eu::render::RenderContext::shadow_context |
Definition at line 206 of file shader_resource.h.
| UseTransparency eu::render::RenderContext::use_transparency |
Definition at line 204 of file shader_resource.h.