OGLplus  (0.59.0) a C++ wrapper for rendering APIs

types.hpp File Reference
#include "../reflect/map_enumerators.hpp"
#include "../tags.hpp"
#include <cstdint>

Go to the source code of this file.

Namespaces

 eagine
 Common code is placed in this namespace.
 
 eagine::application
 Application harness / wrapper code is placed in this namespace.
 

Enumerations

enum  eagine::application::video_context_kind : std::uint8_t { eagine::application::video_context_kind::opengl, eagine::application::video_context_kind::openvg }
 Video / graphics rendering context kind. More...
 
enum  eagine::application::audio_context_kind : std::uint8_t { eagine::application::audio_context_kind::openal }
 Audio / sound playback and recodring context kind. More...
 
enum  eagine::application::video_device_kind : std::uint8_t { eagine::application::video_device_kind::dont_care, eagine::application::video_device_kind::hardware, eagine::application::video_device_kind::software }
 Video rendering device kind. More...
 
enum  eagine::application::framedump_data_type : std::uint8_t { eagine::application::framedump_data_type::none, eagine::application::framedump_data_type::float_type, eagine::application::framedump_data_type::byte_type }
 Pixel data type used to store frame dump image data. More...
 
enum  eagine::application::framedump_pixel_format : std::uint8_t { eagine::application::framedump_pixel_format::none, eagine::application::framedump_pixel_format::rgba, eagine::application::framedump_pixel_format::depth, eagine::application::framedump_pixel_format::stencil }
 Pixel data format of frame dump image data. More...
 

Detailed Description

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


Copyright © 2015-2021 Matúš Chochlík.
<chochlik -at -gmail.com>
Documentation generated on Tue Apr 13 2021 by Doxygen (version 1.8.17).