C Specification

The XrGraphicsRequirementsD3D10KHR structure is defined as:

typedef struct XrGraphicsRequirementsD3D10KHR {
    XrStructureType         type;
    void* XR_MAY_ALIAS      next;
    LUID                    adapterLuid;
    D3D10_FEATURE_LEVEL1    minFeatureLevel;
} XrGraphicsRequirementsD3D10KHR;

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 D3D10 device must be initialized with.

Description

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

  • type must be XR_TYPE_GRAPHICS_REQUIREMENTS_D3D10_KHR

  • next must be NULL

  • adapterLuid must be a valid LUID value

  • minFeatureLevel must be a valid D3D10_FEATURE_LEVEL1 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.