Monado OpenXR Runtime
|
A OpenGL texture. More...
#include <gui/gui_common.h>
Data Fields | |
uint64_t | seq |
uint64_t | dropped |
const char * | name |
uint32_t | w |
uint32_t | h |
uint32_t | id |
bool | half |
void * | ptr |
A OpenGL texture.
uint64_t gui_ogl_texture::dropped |
uint32_t gui_ogl_texture::h |
Referenced by gui_ogl_sink_update().
bool gui_ogl_texture::half |
Referenced by gui_ogl_sink_update().
uint32_t gui_ogl_texture::id |
const char* gui_ogl_texture::name |
void* gui_ogl_texture::ptr |
uint64_t gui_ogl_texture::seq |
Referenced by gui_ogl_sink_update().
uint32_t gui_ogl_texture::w |
Referenced by gui_ogl_sink_update().