mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-04 06:06:17 +00:00
33c0287f8b
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.
135 B
135 B
Rename all num_
parameters and fields in the interface, typically to _count
but sometimes _capacity
, to match OpenXR convention.