ReUseX  0.0.5
3D Point Cloud Processing for Building Reuse
Loading...
Searching...
No Matches
reusex::visualize::OffscreenGlProbe Struct Reference

The outcome of one probe, with enough detail to put in an error message. More...

#include <offscreen_gl.hpp>

Collaboration diagram for reusex::visualize::OffscreenGlProbe:

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.

Detailed Description

The outcome of one probe, with enough detail to put in an error message.

Definition at line 50 of file offscreen_gl.hpp.

Member Data Documentation

◆ detail

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.

◆ devices

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.

◆ status

OffscreenGlStatus reusex::visualize::OffscreenGlProbe::status = OffscreenGlStatus::unknown

Definition at line 51 of file offscreen_gl.hpp.


The documentation for this struct was generated from the following file: