Move instruction to correct place
All checks were successful
eden-license / license-header (pull_request) Successful in 27s
All checks were successful
eden-license / license-header (pull_request) Successful in 27s
This commit is contained in:
parent
fc5a57189b
commit
d1ec074367
1 changed files with 1 additions and 1 deletions
|
@ -427,6 +427,7 @@ struct Values {
|
||||||
Specialization::Default,
|
Specialization::Default,
|
||||||
true,
|
true,
|
||||||
true};
|
true};
|
||||||
|
GpuAccuracy current_gpu_accuracy{GpuAccuracy::High};
|
||||||
SwitchableSetting<DmaAccuracy, true> dma_accuracy{linkage,
|
SwitchableSetting<DmaAccuracy, true> dma_accuracy{linkage,
|
||||||
DmaAccuracy::Default,
|
DmaAccuracy::Default,
|
||||||
DmaAccuracy::Normal,
|
DmaAccuracy::Normal,
|
||||||
|
@ -437,7 +438,6 @@ struct Values {
|
||||||
Specialization::Default,
|
Specialization::Default,
|
||||||
true,
|
true,
|
||||||
true};
|
true};
|
||||||
GpuAccuracy current_gpu_accuracy{GpuAccuracy::High};
|
|
||||||
SwitchableSetting<AnisotropyMode, true> max_anisotropy{linkage,
|
SwitchableSetting<AnisotropyMode, true> max_anisotropy{linkage,
|
||||||
#ifdef ANDROID
|
#ifdef ANDROID
|
||||||
AnisotropyMode::Default,
|
AnisotropyMode::Default,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue