====== GraphicsConfig_SSAOQuality ====== ===== Fields ===== ^ Field ^ Type ^ Offset ^ Description ^ Notes ^ | enabled | ''u8'' | ''0x0'' | If ON, enable screen-space ambient occlusion. | This field is a boolean. | | cs_reprojEnabledType | ''u8'' | ''0x1'' | If reprojection is enabled, artifacts are hidden from undersampling, but ghosting may occur if reprojection fails. | This field uses the following enum: GRAPHICS_CONFIG_CS_GCONFIG_ENABLED_TYPE | | cs_upScaleEnabledType | ''u8'' | ''0x2'' | Determines the bilateral upscaling settings for SSAO. | This field uses the following enum: GRAPHICS_CONFIG_CS_GCONFIG_ENABLED_TYPE | | cs_useNormalEnabledType | ''u8'' | ''0x3'' | Determines the normal usage settings for SSAO. | This field uses the following enum: GRAPHICS_CONFIG_CS_GCONFIG_ENABLED_TYPE | ===== Enums ===== ==== GRAPHICS_CONFIG_CS_GCONFIG_ENABLED_TYPE ==== ^ Option ^ Description ^ Notes ^ | ''0'' | Keep GParam Settings | | | ''1'' | Force Disable | | | ''2'' | Force Enable | |