#include "core/video.h"#include "synthetic-stream-gl.h"#include "option.h"#include "opengl3.h"#include <GLFW/glfw3.h>#include <glad/glad.h>#include <iostream>#include <future>
Go to the source code of this file.
Namespaces | |
| librealsense | |
| librealsense::gl | |
Macros | |
| #define | NOMINMAX |
Functions | |
| texture_mapping & | librealsense::gl::gl_format_mapping (texture_type type) |
| texture_mapping & | librealsense::gl::rs_format_to_gl_format (rs2_format type) |
Variables | |
| texture_mapping | librealsense::gl::texture_formats [TEXTYPE_COUNT] |
| #define NOMINMAX |
Definition at line 12 of file synthetic-stream-gl.cpp.