Monado OpenXR Runtime
draw_state Struct Reference

One "frame" of draw state, what is passed to the variable tracking visitor functions, holds pointers to the program and live state such as visibility stack of gui headers. More...

Collaboration diagram for draw_state:

Data Fields

struct gui_programp
 
struct debug_sceneds
 
bool vis_stack [256]
 Visibility stack for nested headers. More...
 
int vis_i
 
bool inhibit_sink_headers
 Should we show the GUI headers for record sinks. More...
 

Detailed Description

One "frame" of draw state, what is passed to the variable tracking visitor functions, holds pointers to the program and live state such as visibility stack of gui headers.

Field Documentation

◆ inhibit_sink_headers

bool draw_state::inhibit_sink_headers

Should we show the GUI headers for record sinks.

◆ vis_stack

bool draw_state::vis_stack[256]

Visibility stack for nested headers.


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