mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-22 15:19:02 +00:00
Turn on building test_gl in travis (#804)
* Turn on building test_gl in travis * Install packages only on native Linux * Build test_gl use variable * Travis - skip OSX system * Fix test_gl build errors * Fix test_gl build errors - cast to uintptr_t * Fix redefinition build issues in travis Xenial build env
This commit is contained in:
committed by
GitHub
parent
164b5ef5cf
commit
79d771ec47
@@ -19,7 +19,7 @@
|
||||
|
||||
using namespace std;
|
||||
|
||||
typedef struct image_kernel_data
|
||||
struct image_kernel_data
|
||||
{
|
||||
cl_int width;
|
||||
cl_int height;
|
||||
|
||||
Reference in New Issue
Block a user