XRTraits C++ OpenXR Utilities
|
This example shows how to use doTwoCall() when a function requires one additional argument.
The wrapper will make a call like the following as required to retrieve all properties (adjusting the parameters and array between calls):
Note how the one additional argument, nullptr
, has been forwarded to the call before the capacity, count, and array args.