monado/src/xrt/state_trackers/gui
Ryan Pavlik 33c0287f8b xrt: Rename all "num" parameters and fields to "count" (or "capacity" as appropriate)
This matches the OpenXR usage: the array is the plural of the element type,
and the count is the singular element type plus "count" (usually CountOutput
because of the two-call idiom)

Includes fixes to other code to match API changes.
2021-11-13 12:04:38 +00:00
..
CMakeLists.txt cmake: Substantial cleanups and simplifications 2021-11-12 09:48:37 -06:00
gui_common.h st/gui: Add recording interface 2021-04-03 03:07:21 +01:00
gui_imgui.h st/gui: Include ImPlot and Monado-ImGui in gui_imgui header 2020-09-15 16:41:07 +00:00
gui_ogl.c st/gui: Make sure to unreference any frames pending for upload 2021-08-20 17:35:32 +01:00
gui_prober.c xrt: Tidy xrt_instance_create argument order and add doc-comment 2020-07-08 14:41:12 +00:00
gui_scene.cpp st/gui: clang-tidy 2019-12-07 18:25:37 +00:00
gui_scene_calibrate.c t/calibration: Add support for findChessboardCornersSB 2021-09-20 15:54:00 +00:00
gui_scene_debug.c u/var: Add u_var_draggable_f32 2021-10-02 23:05:35 +01:00
gui_scene_main_menu.c d/dai: rename things to either 'monocular' or 'grayscale' 2021-10-13 16:26:26 -05:00
gui_scene_record.c d/dai: rename things to either 'monocular' or 'grayscale' 2021-10-13 16:26:26 -05:00
gui_scene_remote.c xrt: Reflow after column change 2021-01-15 13:50:32 +00:00
gui_scene_tracking_overrides.c xrt: Rename all "num" parameters and fields to "count" (or "capacity" as appropriate) 2021-11-13 12:04:38 +00:00
gui_scene_video.c d/dai: rename things to either 'monocular' or 'grayscale' 2021-10-13 16:26:26 -05:00
gui_stb.c st/gui: Add missing copyright header to file 2021-04-26 14:08:57 +00:00
gui_window_record.c st/gui: Add some debugging to the paranoia 2021-10-12 20:44:32 +01:00
gui_window_record.h st/gui: Refactor out recording code into own window 2021-09-17 13:39:50 +01:00
meson.build st/gui: Refactor out recording code into own window 2021-09-17 13:39:50 +01:00