Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 = 1,
DXGK_GDIOP_COLORFILL = 2,
DXGK_GDIOP_ALPHABLEND = 3,
DXGK_GDIOP_STRETCHBLT = 4,
DXGK_GDIOP_ESCAPE = 5,
DXGK_GDIOP_TRANSPARENTBLT = 6,
DXGK_GDIOP_CLEARTYPEBLEND = 7
} DXGK_RENDERKM_OPERATION;
Constants
DXGK_GDIOP_BITBLTValue: 1 Indicates a bit-block transfer (bitblt). |
DXGK_GDIOP_COLORFILLValue: 2 Indicates a color fill. |
DXGK_GDIOP_ALPHABLENDValue: 3 Indicates an alpha blend. |
DXGK_GDIOP_STRETCHBLTValue: 4 Indicates a stretch blt. |
DXGK_GDIOP_ESCAPEValue: 5 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_TRANSPARENTBLTValue: 6 Indicates a blt with transparency. |
DXGK_GDIOP_CLEARTYPEBLENDValue: 7 Indicates a ClearType blend. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 7 |
| Header | d3dkmddi.h (include D3dkmddi.h) |