The new rendering method now works on the full compat case.

Added a kernel to help test opencl data passing
renamed the kernels, buffers, etc.
This commit is contained in:
MitchellHansen
2016-11-04 03:28:23 -07:00
parent 5528e03c69
commit d1bd4ce667
13 changed files with 267 additions and 685 deletions

View File

@@ -75,7 +75,7 @@ float4 cast_light_rays(
// if it does
}
__kernel void min_kern(
__kernel void raycaster(
global char* map,
global int3* map_dim,
global int2* resolution,