Monado OpenXR Runtime
|
Struct containing the information about a root object. More...
#include <util/u_var.h>
Data Fields | |
const char * | name |
The displayed name. More... | |
const char * | raw_name |
Raw name without any suffix. More... | |
uint32_t | number |
The number of the window, or zero (name and raw_name are the same). More... | |
Struct containing the information about a root object.
const char* u_var_root_info::name |
The displayed name.
Referenced by ipcproto.common.Arg::__init__(), ipcproto.common.Call::__init__(), bindings.Profile::__init__(), ipcproto.common.Arg::dump(), ipcproto.common.Call::dump(), ipcproto.common.Arg::get_func_argument_in(), ipcproto.common.Arg::get_func_argument_out(), ipcproto.common.Arg::get_struct_field(), ipcproto.common.Call::write_call_decl(), ipcproto.common.Call::write_handler_decl(), ipcproto.common.Call::write_receive_decl(), and ipcproto.common.Call::write_send_decl().
uint32_t u_var_root_info::number |
The number of the window, or zero (name and raw_name are the same).
const char* u_var_root_info::raw_name |
Raw name without any suffix.