Closed bl4ckb0ne closed 2 years ago
Good catch!
I'd be more comfortable merging (without additional WG approval) a patch that just updates the .adoc file to match the xml (timespecTime), which is the canonical representation of the API. (Isn't ts
usually the structure, though, rather than a pointer, anyway?)
I usually use/see struct timespec *ts
out there, but I made the change to use timespecTime
everywhere.
Seems to be an issue with the CI: "Error: HttpError: Resource not accessible by integration". Did I missed enabling something somewhere?
We don't merge directly to master in this repo.
An issue (number 1653) has been filed to correspond to this pull request in the internal Khronos GitLab (Khronos members only: KHR:openxr/openxr#1653 ), to facilitate working group processes.
This GitHub pull request will continue to be the main site of discussion.
XR_KHR_convert_timespec_time
was referring to the timespec argument astimespecTime
in the functions signatures, andunixTime
in the documentation.I chose to change it to
ts
when fixing it, as it is how thestruct timespec
is commonly referred to.