monado/doc/changes/xrt/mr.977.md
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

135 B

Rename all num_ parameters and fields in the interface, typically to _count but sometimes _capacity, to match OpenXR convention.