C Specification

The XrGraphicsRequirementsD3D11KHR structure is defined as:

typedef struct XrGraphicsRequirementsD3D11KHR {
    XrStructureType       type;
    void* XR_MAY_ALIAS    next;
    LUID                  adapterLuid;
    D3D_FEATURE_LEVEL     minFeatureLevel;
} XrGraphicsRequirementsD3D11KHR;

Members

Member Descriptions
  • type is the XrStructureType of this structure.

  • next is NULL or a pointer to an extension-specific structure.

  • adapterLuid identifies what graphics device needs to be used.

  • minFeatureLevel is the minimum feature level that the D3D11 device must be initialized with.

Description

Valid Usage (Implicit)
  • The [XR_KHR_D3D11_enable] extension must be enabled prior to using XrGraphicsRequirementsD3D11KHR

  • type must be XR_TYPE_GRAPHICS_REQUIREMENTS_D3D11_KHR

  • next must be NULL

  • adapterLuid must be a valid LUID value

  • minFeatureLevel must be a valid D3D_FEATURE_LEVEL value

See Also

Document Notes

For more information, see the OpenXR Specification at URL

This page is extracted from the OpenXR Specification. Fixes and changes should be made to the Specification, not directly.

Copyright (c) 2014-2019 Khronos Group. This work is licensed under a Creative Commons Attribution 4.0 International License.