![]() |
Inviwo 0.9.12-pre
Inviwo documentation
|
#include <modules/opengl/inviwoopengl.h>
Public Member Functions | |
| auto | format (gl::GLenum val, fmt::format_context &ctx) const |
fmt::formatter specialization for glbinding's GLenum enum class. glbinding uses strongly-typed enum classes instead of plain integers. This formatter enables direct use of GLenum in fmt::format, log messages, and exceptions by formatting it as its underlying unsigned int value.