OGLplus (0.52.0) a C++ wrapper for OpenGL

metric_query.hpp
Go to the documentation of this file.
1 
12 #pragma once
13 #ifndef OGLPLUS_EXT_NV_PATH_RENDERING_METRIC_QUERY_1203031902_HPP
14 #define OGLPLUS_EXT_NV_PATH_RENDERING_METRIC_QUERY_1203031902_HPP
15 
16 #include <oglplus/bitfield.hpp>
17 #include <oglplus/enumerations.hpp>
18 
19 namespace oglplus {
20 
22 
28 OGLPLUS_ENUM_CLASS_BEGIN(PathNVMetricQuery, GLbitfield)
29 #include <oglplus/enums/ext/nv_path_metric_query.ipp>
30 OGLPLUS_ENUM_CLASS_END(PathNVMetricQuery)
31 
32 OGLPLUS_MAKE_BITFIELD(PathNVMetricQuery)
33 
34 #if !OGLPLUS_NO_ENUM_VALUE_NAMES
35 #include <oglplus/enums/ext/nv_path_metric_query_names.ipp>
36 #endif
37 
38 #if !OGLPLUS_ENUM_VALUE_RANGES
39 #include <oglplus/enums/ext/nv_path_metric_query_range.ipp>
40 #endif
41 
42 } // namespace oglplus
43 
44 #endif // include guard
OpenGL bitfield-related helpers.
Enumeration-related declarations.
PathNVMetricQuery
Path metric query bits enumeration.
Definition: metric_query.hpp:28

Copyright © 2010-2014 Matúš Chochlík, University of Žilina, Žilina, Slovakia.
<matus.chochlik -at- fri.uniza.sk>
<chochlik -at -gmail.com>
Documentation generated on Mon Sep 22 2014 by Doxygen (version 1.8.6).