GLFW context, handled as a singleton.
More...
|
| static std::shared_ptr< GLFWContext > | GetInstance () |
| | Get a shared instance of the GLFW context.
|
| static void | GLFWErrorCallback (int error, const char *description) |
GLFW context, handled as a singleton.
◆ ~GLFWContext()
| open3d::visualization::GLFWContext::~GLFWContext |
( |
| ) |
|
|
inline |
◆ GetInstance()
| std::shared_ptr< GLFWContext > open3d::visualization::GLFWContext::GetInstance |
( |
| ) |
|
|
inlinestatic |
Get a shared instance of the GLFW context.
◆ GLFWErrorCallback()
| void open3d::visualization::GLFWContext::GLFWErrorCallback |
( |
int | error, |
|
|
const char * | description ) |
|
inlinestatic |
◆ InitStatus()
| int open3d::visualization::GLFWContext::InitStatus |
( |
| ) |
const |
|
inline |
Get the glfwInit status / GLFW_PLATFORM initialized.
The documentation for this class was generated from the following file: