tangled
alpha
login
or
join now
matrixfurry.com
/
monado
The open source OpenXR runtime
0
fork
atom
overview
issues
pulls
pipelines
u/timing: Fix typo
Jakob Bornecrantz
5 years ago
666caaa7
e375523d
+1
-1
1 changed file
expand all
collapse all
unified
split
src
xrt
auxiliary
util
u_render_timing.h
+1
-1
src/xrt/auxiliary/util/u_render_timing.h
···
103
u_rt_helper_mark_begin(struct u_rt_helper *urth, int64_t frame_id);
104
105
/*!
106
-
* When a frame has been discared.
107
*/
108
void
109
u_rt_helper_mark_discarded(struct u_rt_helper *urth, int64_t frame_id);
···
103
u_rt_helper_mark_begin(struct u_rt_helper *urth, int64_t frame_id);
104
105
/*!
106
+
* When a frame has been discarded.
107
*/
108
void
109
u_rt_helper_mark_discarded(struct u_rt_helper *urth, int64_t frame_id);