Public Member Functions | |
void | set_size (int w, int h) |
yuy2rgb_shader () | |
Public Member Functions inherited from rs2::texture_2d_shader | |
void | begin () |
void | end () |
void | set_opacity (float opacity) |
void | set_position_and_scale (const float2 &position, const float2 &scale) |
texture_2d_shader () | |
Private Attributes | |
uint32_t | _height_location |
uint32_t | _width_location |
Additional Inherited Members | |
Protected Member Functions inherited from rs2::texture_2d_shader | |
texture_2d_shader (std::unique_ptr< shader_program > shader) | |
Static Protected Member Functions inherited from rs2::texture_2d_shader | |
static const char * | default_vertex_shader () |
Protected Attributes inherited from rs2::texture_2d_shader | |
std::unique_ptr< shader_program > | _shader |
Definition at line 71 of file yuy2rgb-gl.cpp.
|
inline |
Definition at line 74 of file yuy2rgb-gl.cpp.
|
inline |
Definition at line 83 of file yuy2rgb-gl.cpp.
|
private |
Definition at line 91 of file yuy2rgb-gl.cpp.
|
private |
Definition at line 90 of file yuy2rgb-gl.cpp.