D3DDDIARG_TEXBLT1 - NtDoc

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

typedef struct _D3DDDIARG_TEXBLT1 {
  HANDLE hDstResource;
  HANDLE hSrcResource;
  UINT   CubeMapFace;
  POINT  DstPoint;
  RECT   SrcRect;
  UINT   CopyFlags;
} D3DDDIARG_TEXBLT1;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_D3DDDIARG_TEXBLT1 structure

Description

Describes parameters for a texture bit-block transfer (bitblt) operation.

Members

hDstResource

A handle to the destination resource.

hSrcResource

A handle to the source resource.

CubeMapFace

The face of a cube map.

DstPoint

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

SrcRect

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

CopyFlags

A value that specifies characteristics of a copy operation as a bitwise OR of the values in the D3DDDI_COPY_FLAGS enumeration type.

See also

D3DDDI_COPY_FLAGS

POINT

RECT