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
path: root/source
diff options
context:
space:
mode:
authorPatrick Mours <pmours@nvidia.com>2020-11-02 20:00:13 +0300
committerPatrick Mours <pmours@nvidia.com>2020-11-02 20:00:13 +0300
commitcf7343a35559c7fec2047c3e5d7ef4dd7c1e64a5 (patch)
tree5be4ac43dc63c28aa27812757a8dd2dc15216576 /source
parent1408052781d06b784cdb5e7cbf03874ba42dc9a6 (diff)
Fix Cycles kernel compile error with NanoVDB because of type redefinition
Cycles defines some basic integer types since it cannot use the standard headers when compiling with NVRTC. NanoVDB however only does this when the "__CUDACC_RTC__" define is set and otherwise includes the standard "stdint.h" header which clashes with those typedefs. So for compatibility do the same thing in the Cycles kernel headers. See also T81454.
Diffstat (limited to 'source')
0 files changed, 0 insertions, 0 deletions