early-access version 3830

This commit is contained in:
pineappleEA
2023-08-22 23:01:14 +02:00
parent 8c4ecdc426
commit e62fb0263c
37 changed files with 380 additions and 2052 deletions

View File

@@ -307,7 +307,6 @@ struct Values {
Specialization::Default,
true,
true};
GpuAccuracy current_gpu_accuracy{GpuAccuracy::High};
SwitchableSetting<AnisotropyMode, true> max_anisotropy{
linkage, AnisotropyMode::Automatic, AnisotropyMode::Automatic, AnisotropyMode::X16,
"max_anisotropy", Category::RendererAdvanced};
@@ -515,7 +514,6 @@ struct Values {
extern Values values;
void UpdateGPUAccuracy();
bool IsGPULevelExtreme();
bool IsGPULevelHigh();