Had some include troubles, renamed util but need to rename it back to .hpp. Switched the fps counter to run with imgui

This commit is contained in:
MitchellHansen
2017-03-16 23:47:05 -07:00
parent 394c9821fc
commit 15fb922c27
11 changed files with 324 additions and 402 deletions

View File

@@ -2,10 +2,9 @@
#include <raycaster/RayCaster.h>
#include <vector>
#include <iostream>
#include "util.hpp"
#include <map>
#include <string.h>
#include "LightController.h"
#ifdef linux
#include <CL/cl.h>
@@ -95,7 +94,7 @@ private:
void print_kernel_arguments();
bool assert(int error_code, std::string function_name);
bool vr_assert(int error_code, std::string function_name);
cl_device_id getDeviceID();
cl_platform_id getPlatformID();