DXGK_RENDERKM_OPERATION enumeration (d3dkmddi.h)

The DXGK_RENDERKM_OPERATION enumeration indicates the type of GDI hardware-accelerated rendering operation to perform when the DxgkDdiRenderKm function is called.

Syntax

typedef enum _DXGK_RENDERKM_OPERATION {
  DXGK_GDIOP_BITBLT,
  DXGK_GDIOP_COLORFILL,
  DXGK_GDIOP_ALPHABLEND,
  DXGK_GDIOP_STRETCHBLT,
  DXGK_GDIOP_ESCAPE,
  DXGK_GDIOP_TRANSPARENTBLT,
  DXGK_GDIOP_CLEARTYPEBLEND
} DXGK_RENDERKM_OPERATION;

Constants

 
DXGK_GDIOP_BITBLT
Indicates a bit-block transfer (bitblt).
DXGK_GDIOP_COLORFILL
Indicates a color fill.
DXGK_GDIOP_ALPHABLEND
Indicates an alpha blend.
DXGK_GDIOP_STRETCHBLT
Indicates a stretch blt.
DXGK_GDIOP_ESCAPE
Reserved for future use. The driver should skip this command when setting the value of the CommandSize member of the DXGK_RENDERKM_COMMAND structure.
DXGK_GDIOP_TRANSPARENTBLT
Indicates a blt with transparency.
DXGK_GDIOP_CLEARTYPEBLEND
Indicates a ClearType blend.

Requirements

   
Minimum supported client Available in Windows 7 and later versions of the Windows operating systems.
Header d3dkmddi.h (include D3dkmddi.h)

See also

DXGK_RENDERKM_COMMAND

DxgkDdiRenderKm