편집

다음을 통해 공유


DXGKDDI_KERNELMODETESTINGINTERFACE structure (d3dkmddi.h)

The DXGKDDI_KERNELMODETESTINGINTERFACE structure contains pointers to functions that are used for the kernel-mode testing interface.

Syntax

typedef struct _DXGKDDI_KERNELMODETESTINGINTERFACE {
  PDXGKDDI_BUILDTESTCOMMANDBUFFER pfnBuildTestCommandBuffer;
} DXGKDDI_KERNELMODETESTINGINTERFACE;

Members

pfnBuildTestCommandBuffer

Pointer to the DXGKDDI_BUILDTESTCOMMANDBUFFER function.

Remarks

For more information, see Kernel-mode testing.

Requirements

Requirement Value
Minimum supported client Windows 11, version 24H2 (WDDM 3.2)
Header d3dkmddi.h

See also

DXGKDDI_BUILDTESTCOMMANDBUFFER