Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier Hallade <xavier.hallade@intel.com>2022-06-20 21:46:46 +0300
committerXavier Hallade <xavier.hallade@intel.com>2022-06-20 21:46:46 +0300
commit5b1f8347e814ab6154f7508cb2963efc6fa85e25 (patch)
treea6bd55070a5b0ca016cc7233c3e509c0015af60f /intern/cycles
parent216320127c4617e707285ce4563093a9b397debc (diff)
Fix oneAPI runtime issue after recent refactor
Diffstat (limited to 'intern/cycles')
-rw-r--r--intern/cycles/device/oneapi/device_impl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/cycles/device/oneapi/device_impl.cpp b/intern/cycles/device/oneapi/device_impl.cpp
index 0a29f08b3c3..1621cf4c1f1 100644
--- a/intern/cycles/device/oneapi/device_impl.cpp
+++ b/intern/cycles/device/oneapi/device_impl.cpp
@@ -25,7 +25,7 @@ OneapiDevice::OneapiDevice(const DeviceInfo &info,
Profiler &profiler)
: Device(info, stats, profiler),
device_queue(nullptr),
- texture_info(this, "__texture_info", MEM_GLOBAL),
+ texture_info(this, "texture_info", MEM_GLOBAL),
kg_memory(nullptr),
kg_memory_device(nullptr),
kg_memory_size(0),