Diligent Engine
 
Loading...
Searching...
No Matches
Diligent::EnvMapRenderer::RenderAttribs Struct Reference

Environment map renderer attributes. More...

#include <EnvMapRenderer.hpp>

Public Attributes

ITextureViewpEnvMap = nullptr
 Environment map cube map or sphere map.
 
float AverageLogLum = 1
 Average log luminance for tone mapping.
 
float MipLevel = 0
 Mip level of the environment map to use.
 
float Alpha = 1
 Alpha value to write to the output render target.
 
OPTION_FLAGS Options = OPTION_FLAG_NONE
 Option flags.
 
float3 Scale = {1, 1, 1}
 Scaling factor to apply to the environment map.
 

Detailed Description

Environment map renderer attributes.