#include <example.hpp>
|
GLuint | get_gl_handle () const |
|
void | print (int x, int y, const char *text) |
|
void | show (float rx, float ry, float rw, float rh) const |
|
void | show (rs::device &dev, rs::stream stream, int rx, int ry, int rw, int rh) |
|
void | show (rs::stream stream, rs::format format, int stream_framerate, unsigned long long frame_number, double timestamp, int rx, int ry, int rw, int rh, int width, int height) |
|
void | show (int rx, int ry, int rw, int rh, int width, int height) |
|
void | show (const void *data, int width, int height, rs::format format, const std::string &caption, int rx, int ry, int rw, int rh) |
|
| texture_buffer () |
|
void | upload (const void *data, int width, int height, rs::format format, int stride=0) |
|
void | upload (rs::device &dev, rs::stream stream) |
|
void | upload (rs::frame &frame) |
|
Definition at line 59 of file example.hpp.
texture_buffer::texture_buffer |
( |
| ) |
|
|
inline |
GLuint texture_buffer::get_gl_handle |
( |
| ) |
const |
|
inline |
void texture_buffer::print |
( |
int |
x, |
|
|
int |
y, |
|
|
const char * |
text |
|
) |
| |
|
inline |
void texture_buffer::show |
( |
float |
rx, |
|
|
float |
ry, |
|
|
float |
rw, |
|
|
float |
rh |
|
) |
| const |
|
inline |
void texture_buffer::show |
( |
rs::stream |
stream, |
|
|
rs::format |
format, |
|
|
int |
stream_framerate, |
|
|
unsigned long long |
frame_number, |
|
|
double |
timestamp, |
|
|
int |
rx, |
|
|
int |
ry, |
|
|
int |
rw, |
|
|
int |
rh, |
|
|
int |
width, |
|
|
int |
height |
|
) |
| |
|
inline |
double texture_buffer::last_timestamp |
|
private |
double texture_buffer::next_time |
|
private |
int texture_buffer::num_frames |
|
private |
std::vector<uint8_t> texture_buffer::rgb |
|
private |
GLuint texture_buffer::texture |
|
private |
The documentation for this class was generated from the following file: