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 b31ec6f commit 98aa100Copy full SHA for 98aa100
RadeonRays/src/device/calc_intersection_device.cpp
@@ -132,14 +132,14 @@ namespace RadeonRays
132
m_intersector_string = "hlbvh";
133
}
134
135
- else if (acctype == "hashbvh")
+ /*else if (acctype == "hashbvh")
136
{
137
if (m_intersector_string != "hashbvh")
138
139
m_intersector.reset(new IntersectorBitTrail(m_device.get()));
140
m_intersector_string = "hashbvh";
141
142
- }
+ }*/
143
144
145
0 commit comments