META_recommended_layer_resolution
spec contains a typo
#179
Labels
synced to gitlab
A corresponding issue has been filed in the Khronos internal GitLab
In the description for the
xrGetRecommendedLayerResolutionMETA
function, the paragraph explaining the behaviour of theXrRecommendedLayerResolutionGetInfoMETA::layer
attribute duplicates the word "resolution", statingAs 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.
The text was updated successfully, but these errors were encountered: