Commit graph

2 commits

Author SHA1 Message Date
Jakob Bornecrantz 9d42454b25 doc: Improve !977 changelogs 2023-06-29 16:19:46 +01:00
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