#include "config.hpp"
#include <eagine/anything.hpp>
#include <eagine/c_api_wrap.hpp>
#include <eagine/string_span.hpp>
Go to the source code of this file.
Classes | |
class | eagine::oglp::gl_no_result_info |
Class storing information about call result for unavailable GL functions. More... | |
class | eagine::oglp::gl_result_info |
Class storing information about a GL function call result. More... | |
Namespaces | |
eagine | |
Common code is placed in this namespace. | |
Typedefs | |
template<typename Result > | |
using | eagine::oglp::gl_no_result = api_no_result< Result, gl_no_result_info > |
Alias for always-invalid result of a missing GL API function call. More... | |
template<typename Result > | |
using | eagine::oglp::gl_result = api_result< Result, gl_result_info > |
Class wrapping the result of a GL API function call. More... | |
template<typename Result > | |
using | eagine::oglp::gl_opt_result = api_opt_result< Result, gl_result_info > |
Alias for conditionally-valid result of a GL API function call. More... | |
template<typename Result > | |
using | eagine::oglp::gl_combined_result = api_combined_result< Result, gl_result_info > |
Alias for a result that may come from mutiple difference GL API functions. More... | |
Copyright 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