We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64fb2de commit 3b15a07Copy full SHA for 3b15a07
RadeonRays/src/accelerator/hlbvh.cpp
@@ -34,6 +34,12 @@ THE SOFTWARE.
34
#include <iostream>
35
#include <assert.h>
36
37
+#ifdef RR_EMBED_KERNELS
38
+#if USE_OPENCL
39
+# include "RadeonRays/src/kernelcache/kernels_cl.h"
40
+#endif
41
+#endif // RR_EMBED_KERNELS
42
+
43
#define INITIAL_TRIANGLE_CAPACITY 100000
44
45
namespace RadeonRays
RadeonRays/src/intersector/intersector.h
@@ -163,7 +163,7 @@ namespace RadeonRays
163
164
#ifdef RR_EMBED_KERNELS
165
#if USE_OPENCL
166
-# include <RadeonRays/src/kernelcache/kernels_cl.h>
167
#endif
168
169
#if USE_VULKAN
0 commit comments