-
Notifications
You must be signed in to change notification settings - Fork 68
Description
In the description for the xrGetRecommendedLayerResolutionMETA function, the paragraph explaining the behaviour of the XrRecommendedLayerResolutionGetInfoMETA::layer attribute duplicates the word "resolution", stating As an exception to valid usage, an otherwise-valid structure passed as XrRecommendedLayerResolutionGetInfoMETA::layer may contain XR_NULL_HANDLE in place of valid XrSwapchain handle(s) for this function only, to obtain a recommended resolution resolution for the purpose of allocating a swapchain.
The intended contents are probably As an exception to valid usage, an otherwise-valid structure passed as XrRecommendedLayerResolutionGetInfoMETA::layer may contain XR_NULL_HANDLE in place of valid XrSwapchain handle(s) for this function only, to obtain a recommended resolution for the purpose of allocating a swapchain.