Monado OpenXR Runtime

Helper struct to hold a function pointer and data pointer. More...

#include <util/u_pretty_print.h>

Collaboration diagram for u_pp_delegate:

Data Fields

void * ptr
 Userdata pointer, placed first to match D/Volt delegates. More...
 
u_pp_delegate_func_t func
 String receiving function. More...
 

Detailed Description

Helper struct to hold a function pointer and data pointer.

Field Documentation

◆ func

u_pp_delegate_func_t u_pp_delegate::func

String receiving function.

◆ ptr

void* u_pp_delegate::ptr

Userdata pointer, placed first to match D/Volt delegates.


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