#include <synthetic-stream-gl.h>
Public Member Functions | |
std::shared_ptr< void > | begin_session () |
context (GLFWwindow *share_with, glfw_binding binding) | |
rs2::visualizer_2d & | get_texture_visualizer () |
~context () | |
Private Attributes | |
glfw_binding | _binding |
GLFWwindow * | _ctx |
std::recursive_mutex | _lock |
std::shared_ptr< rs2::visualizer_2d > | _vis |
Definition at line 122 of file synthetic-stream-gl.h.
librealsense::gl::context::context | ( | GLFWwindow * | share_with, |
glfw_binding | binding | ||
) |
Definition at line 334 of file synthetic-stream-gl.cpp.
librealsense::gl::context::~context | ( | ) |
Definition at line 375 of file synthetic-stream-gl.cpp.
std::shared_ptr< void > librealsense::gl::context::begin_session | ( | ) |
Definition at line 360 of file synthetic-stream-gl.cpp.
|
inline |
Definition at line 131 of file synthetic-stream-gl.h.
|
private |
Definition at line 136 of file synthetic-stream-gl.h.
|
private |
Definition at line 135 of file synthetic-stream-gl.h.
|
private |
Definition at line 137 of file synthetic-stream-gl.h.
|
private |
Definition at line 134 of file synthetic-stream-gl.h.