#include <synthetic-stream-gl.h>
Public Member Functions | |
| void | register_gpu_object (gpu_object *obj) |
| void | unregister_gpu_object (gpu_object *obj) |
Public Attributes | |
| std::atomic_bool | active { false } |
| std::mutex | mutex |
| std::unordered_set< gpu_object * > | objs |
| bool | use_glsl = false |
Definition at line 140 of file synthetic-stream-gl.h.
|
inline |
Definition at line 147 of file synthetic-stream-gl.h.
|
inline |
Definition at line 153 of file synthetic-stream-gl.h.
| std::atomic_bool librealsense::gl::lane::active { false } |
Definition at line 144 of file synthetic-stream-gl.h.
| std::mutex librealsense::gl::lane::mutex |
Definition at line 143 of file synthetic-stream-gl.h.
| std::unordered_set<gpu_object*> librealsense::gl::lane::objs |
Definition at line 142 of file synthetic-stream-gl.h.
| bool librealsense::gl::lane::use_glsl = false |
Definition at line 145 of file synthetic-stream-gl.h.