D3DDDI_BUILDTESTCOMMANDBUFFERFLAGS - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3dukmdt.h

typedef struct _D3DDDI_BUILDTESTCOMMANDBUFFERFLAGS {
  union {
    struct {
      UINT HardwareQueue : 1;
      UINT Reserved : 31;
    };
    UINT Value;
  };
} D3DDDI_BUILDTESTCOMMANDBUFFERFLAGS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dukmdt-d3dddi_buildtestcommandbufferflags)

Description

The D3DDDI_BUILDTESTCOMMANDBUFFERFLAGS structure specifies flags for DXGKDDI_BUILDTESTCOMMANDBUFFER to use when building a command buffer for kernel-mode testing.

Members

HardwareQueue

Indicates the type of context handle in DXGKARG_BUILDTESTCOMMANDBUFFER::hContext. When HardwareQueue is 1, the context handle is a hardware queue handle. When HardwareQueue is 0, the context handle is a KMD context handle.

Reserved

Reserved for future use.

Value

Can be used to access the flags as a single value.

Remarks

For more information, see Kernel-mode testing.

See also

DXGKARG_BUILDTESTCOMMANDBUFFER

DxgkDdiCreateContext

DxgkDdiCreatehwqueue

pfnBuildTestCommandBuffer