![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
#include "CloudViewer.h"
Go to the source code of this file.
Macros | |
| #define | CLOUDVIEWER_CHECK_PROFILESTR(p) |
| #define | CLOUDVIEWER_REPORT_GL_STRING(n) reportGlStringFunc(n, #n) |
Functions | |
| void | GLFWErrorCallback (int error, const char *description) |
| void | TryGLVersion (int major, int minor, bool forwardCompat, bool setProfile, int profileId) |
| int | main (int argc, char **argv) |
| #define CLOUDVIEWER_CHECK_PROFILESTR | ( | p | ) |
| #define CLOUDVIEWER_REPORT_GL_STRING | ( | n | ) | reportGlStringFunc(n, #n) |
| void GLFWErrorCallback | ( | int | error, |
| const char * | description | ||
| ) |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 94 of file GLInfo.cpp.
References TryGLVersion().
| void TryGLVersion | ( | int | major, |
| int | minor, | ||
| bool | forwardCompat, | ||
| bool | setProfile, | ||
| int | profileId | ||
| ) |
Definition at line 14 of file GLInfo.cpp.
References CLOUDVIEWER_CHECK_PROFILESTR, cloudViewer::utility::Debug, GLFWErrorCallback(), LogError, LogInfo, and cloudViewer::utility::SetVerbosityLevel().
Referenced by main().