|
Monado OpenXR Runtime
|
An xrt_blob_sink that visualizes blobs to a frame. More...


Data Fields | |
| struct t_blob_sink | base |
| struct xrt_frame_node | node |
| struct t_blob_sink * | downstream_blob_sink |
| struct u_sink_debug * | downstream_frame_sink |
| uint32_t | width |
| uint32_t | height |
Data Fields inherited from xrt_frame_node | |
| struct xrt_frame_node * | next |
| void(* | break_apart )(struct xrt_frame_node *node) |
| Called first in when the graph is being destroyed, remove any references frames and other objects and stop threads. | |
| void(* | destroy )(struct xrt_frame_node *node) |
| Do the actual freeing of the objects. | |
Additional Inherited Members | |
Public Member Functions inherited from xrt_blob_sink | |
| void | u_sink_blob_visualizer_create (struct xrt_frame_context *xfctx, struct t_blob_sink *downstream_blob_sink, struct u_sink_debug *downstream_frame_sink, uint32_t frame_width, uint32_t frame_height, struct t_blob_sink **out_xbs) |
An xrt_blob_sink that visualizes blobs to a frame.