candlewick 0.1.0
A renderer
Loading...
Searching...
No Matches
candlewick::ShadowMapPass::Config Struct Reference

#include <candlewick/core/DepthAndShadowPass.h>

Public Attributes

Uint32 width = 2048
 
Uint32 height = 2048
 
DepthPass::Config depthPassConfig
 

Member Data Documentation

◆ depthPassConfig

DepthPass::Config candlewick::ShadowMapPass::Config::depthPassConfig
Initial value:
{
.cull_mode = SDL_GPU_CULLMODE_NONE,
.depth_bias_constant_factor = 0.f,
.depth_bias_slope_factor = 0.f,
.enable_depth_bias = false,
.enable_depth_clip = false,
}

◆ height

Uint32 candlewick::ShadowMapPass::Config::height = 2048

◆ width

Uint32 candlewick::ShadowMapPass::Config::width = 2048

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