/usr/include/boost/compute/interop/opengl
NameSizeModeActions
acquire.hpp37510644editdlrm
cl_gl.hpp7230644editdlrm
cl_gl_ext.hpp7430644editdlrm
context.hpp45650644editdlrm
gl.hpp6590644editdlrm
opengl_buffer.hpp28280644editdlrm
opengl_renderbuffer.hpp36380644editdlrm
opengl_texture.hpp39420644editdlrm
Edit: /usr/include/boost/compute/interop/opengl/gl.hpp (659B)
//---------------------------------------------------------------------------// // Copyright (c) 2013-2014 Kyle Lutz // // Distributed under the Boost Software License, Version 1.0 // See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt // // See http://boostorg.github.com/compute for more information. //---------------------------------------------------------------------------// #ifndef BOOST_COMPUTE_INTEROP_OPENGL_GL_HPP #define BOOST_COMPUTE_INTEROP_OPENGL_GL_HPP #if defined(__APPLE__) #include #else #include #endif #endif // BOOST_COMPUTE_INTEROP_OPENGL_GL_HPP