D3DDDIARG_TEXBLT - NtDoc

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

typedef struct _D3DDDIARG_TEXBLT {
  [in] HANDLE hDstResource;
  [in] HANDLE hSrcResource;
  [in] UINT   CubeMapFace;
  [in] POINT  DstPoint;
  [in] RECT   SrcRect;
} D3DDDIARG_TEXBLT;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dumddi-_d3dddiarg_texblt)

_D3DDDIARG_TEXBLT structure

Description

The D3DDDIARG_TEXBLT structure describes parameters for a texture bit-block transfer (bitblt) operation.

Members

hDstResource [in]

A handle to the destination resource.

hSrcResource [in]

A handle to the source resource.

CubeMapFace [in]

The face of a cube map.

DstPoint [in]

A POINT structure that describes the destination point where the source texture is copied.

SrcRect [in]

A RECT structure that describes the source texture to copy to the destination point.

See also

POINT

RECT

TexBlt