Monado OpenXR Runtime
|
Two call helper functions. More...
Go to the source code of this file.
Macros | |
#define | OXR_TWO_CALL_HELPER(log, cnt_input, cnt_output, output, count, data, sval) |
#define | OXR_TWO_CALL_FILL_IN_HELPER(log, cnt_input, cnt_output, output_structs, count, fill_fn, source_structs, sval) |
Calls fill_fn(&output_struct[i], &source_struct[i]) to fill output_structs. More... | |
Two call helper functions.
#define OXR_TWO_CALL_FILL_IN_HELPER | ( | log, | |
cnt_input, | |||
cnt_output, | |||
output_structs, | |||
count, | |||
fill_fn, | |||
source_structs, | |||
sval | |||
) |
Calls fill_fn(&output_struct[i], &source_struct[i]) to fill output_structs.
Referenced by oxr_system_enumerate_view_conf_views().
#define OXR_TWO_CALL_HELPER | ( | log, | |
cnt_input, | |||
cnt_output, | |||
output, | |||
count, | |||
data, | |||
sval | |||
) |
Referenced by oxr_system_enumerate_blend_modes(), oxr_system_enumerate_view_confs(), oxr_vk_get_device_exts(), oxr_vk_get_instance_exts(), oxr_xrEnumerateInstanceExtensionProperties(), oxr_xrEnumerateReferenceSpaces(), and oxr_xrPathToString().