diff options
author | Joan Fons <joan.fonssanchez@gmail.com> | 2021-09-13 15:05:21 +0200 |
---|---|---|
committer | Joan Fons <joan.fonssanchez@gmail.com> | 2021-09-13 16:17:28 +0200 |
commit | 595cbacdf1c4fe9a75f55d9e5b78e49765b28c86 (patch) | |
tree | 034f131acf644068537e3c7bea5991e328575ba4 /thirdparty/embree/kernels/hash.h | |
parent | dde48ebed6303b53a912005570179382e3bd250b (diff) | |
download | redot-engine-595cbacdf1c4fe9a75f55d9e5b78e49765b28c86.tar.gz |
Upgrade Embree and enable ray packets
Minor patch upgrade. Enabling ray packets results in faster
processing of ray streams (i.e. occlusion culling buffer
updates) at the cost of slightly larger binary sizes.
Diffstat (limited to 'thirdparty/embree/kernels/hash.h')
-rw-r--r-- | thirdparty/embree/kernels/hash.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/thirdparty/embree/kernels/hash.h b/thirdparty/embree/kernels/hash.h index 10f315cee7..470e15f03e 100644 --- a/thirdparty/embree/kernels/hash.h +++ b/thirdparty/embree/kernels/hash.h @@ -2,4 +2,4 @@ // Copyright 2009-2020 Intel Corporation // SPDX-License-Identifier: Apache-2.0 -#define RTC_HASH "7c53133eb21424f7f0ae1e25bf357e358feaf6ab" +#define RTC_HASH "12b99393438a4cc9e478e33459eed78bec6233fd" |