further work towards sharing structures/code between C++ and OpenCL

(could break the build in C++/OpenCL)
This commit is contained in:
erwincoumans
2013-08-03 10:13:13 -07:00
parent 906415429c
commit 18eed5b067
8 changed files with 1031 additions and 831 deletions

View File

@@ -0,0 +1,9 @@
#ifndef B3_PLATFORM_DEFINITIONS_H
#define B3_PLATFORM_DEFINITIONS_H
struct MyTest
{
int bla;
};
#endif