#include "../include/librealsense2/hpp/rs_sensor.hpp"
#include "../include/librealsense2/hpp/rs_processing.hpp"
#include "../include/librealsense2-gl/rs_processing_gl.hpp"
#include "proc/synthetic-stream.h"
#include "yuy2rgb-gl.h"
#include "option.h"
#include <glad/glad.h>
#include <iostream>
#include <chrono>
#include <strstream>
#include "synthetic-stream-gl.h"
Go to the source code of this file.
Classes | |
class | yuy2rgb_shader |
Macros | |
#define | NOMINMAX |
Variables | |
static const char * | fragment_shader_text |
#define NOMINMAX |
Definition at line 13 of file yuy2rgb-gl.cpp.
|
static |
Definition at line 25 of file yuy2rgb-gl.cpp.