123456789101112131415161718192021222324 |
- #ifndef BOOST_COMPUTE_INTEROP_OPENGL_HPP
- #define BOOST_COMPUTE_INTEROP_OPENGL_HPP
- #include <boost/compute/interop/opengl/acquire.hpp>
- #include <boost/compute/interop/opengl/context.hpp>
- #include <boost/compute/interop/opengl/opengl_buffer.hpp>
- #include <boost/compute/interop/opengl/opengl_renderbuffer.hpp>
- #include <boost/compute/interop/opengl/opengl_texture.hpp>
- #endif
|