|
LibreOffice Module vcl (master) 1
|
#include <epoxy/gl.h>#include <sal/detail/log.h>#include <vcl/dllapi.h>#include <vcl/bitmapex.hxx>#include <rtl/ustring.hxx>#include <sstream>#include <string_view>Go to the source code of this file.
Classes | |
| struct | OpenGLHelper |
Macros | |
| #define | VCL_GL_INFO(stream) |
| Helper to do a SAL_INFO as well as a GL log. More... | |
| #define | VCL_GL_WARN(stream) |
| Helper to do a SAL_WARN as well as a GL log. More... | |
| #define | CHECK_GL_ERROR() do { } while (false) |
| #define CHECK_GL_ERROR | ( | ) | do { } while (false) |
Definition at line 119 of file OpenGLHelper.hxx.
| #define VCL_GL_INFO | ( | stream | ) |
Helper to do a SAL_INFO as well as a GL log.
Definition at line 23 of file OpenGLHelper.hxx.
| #define VCL_GL_WARN | ( | stream | ) |
Helper to do a SAL_WARN as well as a GL log.
Definition at line 34 of file OpenGLHelper.hxx.