GPUOpen-LibrariesAndSDKs / RadeonRays_SDK

Radeon Rays is ray intersection acceleration library for hardware and software multiplatforms using CPU and GPU
MIT License
1.07k stars 192 forks source link

Faster BVH #167

Closed gboisse closed 6 years ago

gboisse commented 6 years ago

Ported SSE BVH (building + tracing) to RadeonRays.

gboisse commented 6 years ago

Sure thing. What about m_gpudata to keep it consistent with the other intersectors?

yozhijk commented 6 years ago

Looks good to me

gboisse commented 6 years ago

Done :)