Hunting down some bugs and verfiying correct oct-tree traversal, not quite there yet but close

This commit is contained in:
MitchellHansen
2017-03-21 22:05:23 -07:00
parent 5e222a0331
commit 30959128e4
6 changed files with 102 additions and 79 deletions

View File

@@ -38,6 +38,7 @@ struct device {
cl_uint comp_units;
char extensions[1024];
char name[256];
cl_bool is_little_endian = false;
bool cl_gl_sharing = false;
};