Cycles: Move BVK kernel files to own directory

BVH traversal is not really that much a geometry and we've got
quite some traversals now. Makes sense to keep them separate in
the name of source structure clarity.
This commit is contained in:
Sergey Sharybin
2016-07-11 12:28:45 +02:00
parent c58ae20f6c
commit 4355603790
19 changed files with 62 additions and 48 deletions

View File

@@ -25,6 +25,7 @@
#include "kernel_camera.h"
#include "geom/geom.h"
#include "bvh/bvh.h"
#include "kernel_accumulate.h"
#include "kernel_shader.h"