#include <librealsense2/rs.hpp>#include "example.hpp"#include <librealsense2-gl/rs_processing_gl.hpp>
Go to the source code of this file.
Classes | |
| struct | instructions_printer |
Functions | |
| bool | handle_input (window &app, bool &use_gpu_processing) |
| int | main (int argc, char *argv[]) |
| void | prepare_matrices (glfw_state &app_state, float width, float height, float *projection, float *view) |
| void | register_glfw_callbacks (window &app, glfw_state &app_state) |
| bool handle_input | ( | window & | app, |
| bool & | use_gpu_processing | ||
| ) |
Definition at line 211 of file examples/gl/rs-gl.cpp.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 23 of file examples/gl/rs-gl.cpp.
| void prepare_matrices | ( | glfw_state & | app_state, |
| float | width, | ||
| float | height, | ||
| float * | projection, | ||
| float * | view | ||
| ) |
Definition at line 229 of file examples/gl/rs-gl.cpp.
| void register_glfw_callbacks | ( | window & | app, |
| glfw_state & | app_state | ||
| ) |
Definition at line 1037 of file example.hpp.