|
ReUseX
0.0.5
3D Point Cloud Processing for Building Reuse
|
The outcome of one probe, with enough detail to put in an error message. More...
#include <offscreen_gl.hpp>

Public Attributes | |
| OffscreenGlStatus | status = OffscreenGlStatus::unknown |
| std::string | detail |
| Human-readable explanation, always non-empty: which device initialised, or which step failed and with what EGL error. | |
| int | devices = -1 |
| EGL devices enumerated, or -1 when enumeration was not available. | |
The outcome of one probe, with enough detail to put in an error message.
Definition at line 50 of file offscreen_gl.hpp.
| std::string reusex::visualize::OffscreenGlProbe::detail |
Human-readable explanation, always non-empty: which device initialised, or which step failed and with what EGL error.
Definition at line 54 of file offscreen_gl.hpp.
| int reusex::visualize::OffscreenGlProbe::devices = -1 |
EGL devices enumerated, or -1 when enumeration was not available.
Definition at line 56 of file offscreen_gl.hpp.
| OffscreenGlStatus reusex::visualize::OffscreenGlProbe::status = OffscreenGlStatus::unknown |
Definition at line 51 of file offscreen_gl.hpp.