various tweaking and figuring on the octree. The weird hybrid dfs bfs thing they have going will be annoying to do in one pass. Might defer it out to two passes. First building the octree, second culling and passing the octree to the gpu

This commit is contained in:
MitchellHansen
2016-12-13 15:29:28 -08:00
parent 51a08fc0bb
commit bb0852cc0e
2 changed files with 12 additions and 11 deletions

View File

@@ -1,6 +1,4 @@
#include "GL_Testing.h"
#include <vulkan/vulkan.h>
#include <vulkan/vk_sdk_platform.h>
#ifdef linux
#include <CL/cl.h>
#include <CL/opencl.h>