libER 0.1.4.2
ELDEN RING API library
Loading...
Searching...
No Matches
CS_LIGHTING_QUALITY_DETAIL.hpp
1/* This file was automatically generated from XML paramdefs. */
2#pragma once
3
4namespace from {
5namespace paramdef {
17 float localLightDistFactor{ 0.75f };
18
23
28
35 unsigned char localLightShadowSpecLevelMax{ 1 };
36
40 unsigned char dmy[1];
41};
42
43}; // namespace paramdef
44}; // namespace from
This struct was automatically generated from XML paramdefs.
Definition CS_LIGHTING_QUALITY_DETAIL.hpp:10
unsigned char localLightShadowSpecLevelMax
Local light shadow spec level.
Definition CS_LIGHTING_QUALITY_DETAIL.hpp:35
float localLightDistFactor
Local light effective distance coefficient.
Definition CS_LIGHTING_QUALITY_DETAIL.hpp:17
bool forwardPassLightingEnabled
Forward pass writing enabled.
Definition CS_LIGHTING_QUALITY_DETAIL.hpp:27
bool localLightShadowEnabled
Local light shadow enabled.
Definition CS_LIGHTING_QUALITY_DETAIL.hpp:22
unsigned char dmy[1]
dmy
Definition CS_LIGHTING_QUALITY_DETAIL.hpp:40