Monado OpenXR Runtime
|
Object used to track all sinks and frame producers in a graph. More...
#include <xrt/xrt_frame.h>
Static Public Member Functions | |
static void | xrt_frame_context_add (struct xrt_frame_context *xfctx, struct xrt_frame_node *node) |
Add a node to a context. More... | |
static void | xrt_frame_context_destroy_nodes (struct xrt_frame_context *xfctx) |
Destroy all child nodes, but do not free the context itself. More... | |
Data Fields | |
struct xrt_frame_node * | nodes |
Object used to track all sinks and frame producers in a graph.
|
inlinestatic |
Add a node to a context.
|
inlinestatic |
Destroy all child nodes, but do not free the context itself.
References xrt_frame_node::break_apart, and xrt_frame_node::destroy.
Referenced by gui_window_record_close(), and u_system_devices_close().