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/include | |
parent | dde48ebed6303b53a912005570179382e3bd250b (diff) |
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/include')
-rw-r--r-- | thirdparty/embree/include/embree3/rtcore_config.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/thirdparty/embree/include/embree3/rtcore_config.h b/thirdparty/embree/include/embree3/rtcore_config.h index 3a9819c9f1..62b7b6f4dc 100644 --- a/thirdparty/embree/include/embree3/rtcore_config.h +++ b/thirdparty/embree/include/embree3/rtcore_config.h @@ -6,9 +6,9 @@ #define RTC_VERSION_MAJOR 3 #define RTC_VERSION_MINOR 13 -#define RTC_VERSION_PATCH 0 -#define RTC_VERSION 31300 -#define RTC_VERSION_STRING "3.13.0" +#define RTC_VERSION_PATCH 1 +#define RTC_VERSION 31301 +#define RTC_VERSION_STRING "3.13.1" #define RTC_MAX_INSTANCE_LEVEL_COUNT 1 |