libER 0.1.4.2
ELDEN RING API library
Loading...
Searching...
No Matches
CS_EFFECT_QUALITY_DETAIL.hpp
1/* This file was automatically generated from XML paramdefs. */
2#pragma once
3
4namespace from {
5namespace paramdef {
14 bool softParticleEnabled{ true };
15
19 bool glowEnabled{ true };
20
24 bool distortionEnable{ true };
25
31 unsigned char cs_upScaleEnabledType{ 0 };
32
36 float fNumOnceEmitsScale{ 0.9f };
37
41 float fEmitSpanScale{ 1.1f };
42
46 float fLodDistance1Scale{ 0.9f };
47
51 float fLodDistance2Scale{ 0.9f };
52
56 float fLodDistance3Scale{ 0.9f };
57
61 float fLodDistance4Scale{ 0.9f };
62
67
71 unsigned char dmy[4];
72};
73
74}; // namespace paramdef
75}; // namespace from
This struct was automatically generated from XML paramdefs.
Definition CS_EFFECT_QUALITY_DETAIL.hpp:10
float fLodDistance3Scale
3rd stage LOD distance scale
Definition CS_EFFECT_QUALITY_DETAIL.hpp:56
float fLodDistance2Scale
Second stage LOD distance scale.
Definition CS_EFFECT_QUALITY_DETAIL.hpp:51
bool softParticleEnabled
Soft particles enabled.
Definition CS_EFFECT_QUALITY_DETAIL.hpp:14
unsigned char cs_upScaleEnabledType
Enable bilateral upscale.
Definition CS_EFFECT_QUALITY_DETAIL.hpp:31
float fScaleRenderDistanceScale
Magnification to the distance registered in the reduction buffer.
Definition CS_EFFECT_QUALITY_DETAIL.hpp:66
float fEmitSpanScale
Emit interval.
Definition CS_EFFECT_QUALITY_DETAIL.hpp:41
unsigned char dmy[4]
dummy
Definition CS_EFFECT_QUALITY_DETAIL.hpp:71
float fLodDistance4Scale
4th stage LOD distance scale
Definition CS_EFFECT_QUALITY_DETAIL.hpp:61
float fNumOnceEmitsScale
Number of Emits at one time.
Definition CS_EFFECT_QUALITY_DETAIL.hpp:36
float fLodDistance1Scale
1st stage LOD distance scale
Definition CS_EFFECT_QUALITY_DETAIL.hpp:46
bool distortionEnable
Distortion effective.
Definition CS_EFFECT_QUALITY_DETAIL.hpp:24
bool glowEnabled
Glow effective.
Definition CS_EFFECT_QUALITY_DETAIL.hpp:19