libER 0.1.4.2
ELDEN RING API library
Loading...
Searching...
No Matches
CS_SSAO_QUALITY_DETAIL.hpp
1/* This file was automatically generated from XML paramdefs. */
2#pragma once
3
4namespace from {
5namespace paramdef {
14 bool enabled{ true };
15
21 unsigned char cs_reprojEnabledType{ 1 };
22
26 unsigned char cs_upScaleEnabledType{ 0 };
27
31 unsigned char cs_useNormalEnabledType{ 1 };
32
36 unsigned char dmy[1];
37};
38
39}; // namespace paramdef
40}; // namespace from
This struct was automatically generated from XML paramdefs.
Definition CS_SSAO_QUALITY_DETAIL.hpp:10
unsigned char cs_upScaleEnabledType
Bilateral upscale effective.
Definition CS_SSAO_QUALITY_DETAIL.hpp:26
unsigned char dmy[1]
dmy
Definition CS_SSAO_QUALITY_DETAIL.hpp:36
bool enabled
SSAO enabled.
Definition CS_SSAO_QUALITY_DETAIL.hpp:14
unsigned char cs_useNormalEnabledType
Valid to use normals.
Definition CS_SSAO_QUALITY_DETAIL.hpp:31
unsigned char cs_reprojEnabledType
Reprojection enabled.
Definition CS_SSAO_QUALITY_DETAIL.hpp:21