GL sharing: Test name adjustment and Windows compilation clarification. (#336)

* Test name adjustment and Windows compilation clarification.

* Add CLConform_GL_LIBRARIES_DIR CmakeLists variable for GL support

* GL sharing tests - library names justification

* Fix compilation errors function are overridden in glext.h.
This commit is contained in:
Grzegorz Wawiorko
2019-12-03 10:32:43 +01:00
committed by Kévin Petit
parent 18046e65d1
commit 1d7bd0d10d
4 changed files with 24 additions and 27 deletions

View File

@@ -37,9 +37,8 @@
#include <GLES/gl.h>
#include <GLES/glext.h>
#else
#include <GL/glew.h>
#include <GL/glew.h>
#include <GL/gl.h>
#include <GL/glext.h>
#endif
#ifdef _WIN32
#include <GL/glut.h>

View File

@@ -21,8 +21,6 @@
#include <GL/gl.h>
#include <GL/glut.h>
#include <GL/glext.h>
#include <GL/glut.h>
#include <CL/cl_ext.h>
typedef CL_API_ENTRY cl_int (CL_API_CALL *clGetGLContextInfoKHR_fn)(