Switched names, thinking about how to do kernel args, and buffers.

Need to do a bit more reading on how to set up interop.
Also need to figure out the buffer thing for regular primative buffers, and also image buffers
This commit is contained in:
2016-08-28 22:40:29 -07:00
parent 5dea2494a0
commit 0c70c24a52
7 changed files with 193 additions and 40 deletions

View File

@@ -27,7 +27,7 @@
#include "Curses.h"
#include "util.hpp"
#include "RayCaster.h"
#include "Clapper.h"
#include "CL_Wrapper.h"
const int WINDOW_X = 150;
const int WINDOW_Y = 150;
@@ -36,7 +36,7 @@ const int WINDOW_Y = 150;
int main(){
Clapper c;
CL_Wrapper c;
c.acquire_platform_and_device();
c.create_shared_context();