EGL rendering API enumeration. More...
#include <eglplus/enumerations.hpp>#include <eglplus/eglfunc.hpp>#include <eglplus/error/basic.hpp>#include <eglplus/enums/rendering_api.ipp>#include <eglplus/enums/rendering_api_range.ipp>Go to the source code of this file.
Namespaces | |
| eglplus | |
| All definitions of EGLplus are nested in the eglplus namespace. | |
Enumerations | |
| enum | eglplus::RenderingAPI : EGLenum { eglplus::RenderingAPI::OpenGL, eglplus::RenderingAPI::OpenGL_ES, eglplus::RenderingAPI::OpenVG, eglplus::RenderingAPI::None } |
| Rendering API enumeration. More... | |
Functions | |
| bool | eglplus::BindAPI (RenderingAPI api) |
| Bind the specified rendering API. More... | |
| RenderingAPI | eglplus::QueryAPI (void) |
| Query the currently bound rendering API. More... | |
EGL rendering API enumeration.
Copyright 2010-2014 Matus Chochlik. 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)