|
Gamp v0.0.7-36-g24b1eb6
Gamp: Graphics, Audio, Multimedia and Processing
|
Namespaces | |
| namespace | gl |
Classes | |
| class | RenderContext |
| Rendering Context. More... | |
| class | RenderException |
| class | RenderProfile |
| Specifies the render profile. More... | |
Typedefs | |
| typedef std::unique_ptr< RenderContext > | RenderContextPtr |
| typedef std::shared_ptr< RenderContext > | RenderContextRef |
Enumerations | |
| enum class | RenderContextFlags : uint32_t { RenderContextFlags::none = 0 , RenderContextFlags::compatible = 1U << 0 , RenderContextFlags::debug = 1U << 1 , RenderContextFlags::robust = 1U << 2 , RenderContextFlags::software = 1U << 3 , RenderContextFlags::verbose = 1U << 31 } |
| OpenGL context flags. More... | |
Functions | |
| JAU_MAKE_BITFIELD_ENUM_STRING (RenderContextFlags, compatible, debug, robust, software, verbose) | |
| std::ostream & | operator<< (std::ostream &out, const RenderContext &v) |
| std::ostream & | operator<< (std::ostream &out, const RenderProfile &v) |