Monado OpenXR Runtime
Data Fields
gui_ogl_texture Struct Reference

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
 

Detailed Description

A OpenGL texture.

Field Documentation

◆ dropped

uint64_t gui_ogl_texture::dropped

◆ h

uint32_t gui_ogl_texture::h

Referenced by gui_ogl_sink_update().

◆ half

bool gui_ogl_texture::half

Referenced by gui_ogl_sink_update().

◆ id

uint32_t gui_ogl_texture::id

◆ name

const char* gui_ogl_texture::name

◆ ptr

void* gui_ogl_texture::ptr

◆ seq

uint64_t gui_ogl_texture::seq

Referenced by gui_ogl_sink_update().

◆ w

uint32_t gui_ogl_texture::w

Referenced by gui_ogl_sink_update().


The documentation for this struct was generated from the following file: