Skip to content
Snippets Groups Projects
Commit 08d5ffd7 authored by Brecht Van Lommel's avatar Brecht Van Lommel
Browse files

Fix: Cycles device info uninitialized variable

It's unclear if this caused an actual bug, detected by ASAN.
parent 2decf379
No related branches found
No related tags found
No related merge requests found
......@@ -116,6 +116,7 @@ class DeviceInfo {
has_gpu_queue = false;
use_hardware_raytracing = false;
use_metalrt_by_default = false;
kernel_optimization_level = KERNEL_OPTIMIZATION_LEVEL_FULL;
denoisers = DENOISER_NONE;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment