tangled
alpha
login
or
join now
matrixfurry.com
/
monado
0
fork
atom
The open source OpenXR runtime
0
fork
atom
overview
issues
pulls
pipelines
u/sink: Make sure to add split sink to context
Jakob Bornecrantz
4 years ago
c83dc7b3
a8251815
+2
1 changed file
expand all
collapse all
unified
split
src
xrt
auxiliary
util
u_sink_split.c
+2
src/xrt/auxiliary/util/u_sink_split.c
···
72
72
s->left = left;
73
73
s->right = right;
74
74
75
75
+
xrt_frame_context_add(xfctx, &s->node);
76
76
+
75
77
*out_xfs = &s->base;
76
78
}