D3DDDIRECTPATCH_INFO - NtDoc

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

typedef struct _D3DDDIRECTPATCH_INFO {
  UINT             StartVertexOffsetWidth;
  UINT             StartVertexOffsetHeight;
  UINT             Width;
  UINT             Height;
  UINT             Stride;
  D3DDDIBASISTYPE  Basis;
  D3DDDIDEGREETYPE Degree;
} D3DDDIRECTPATCH_INFO;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_D3DDDIRECTPATCH_INFO structure

Description

Contains direct patch info.

Members

StartVertexOffsetWidth

The offset width of the start vertex.

StartVertexOffsetHeight

The offset height of the start vertex.

Width

The patch width.

Height

The patch height.

Stride

The patch stride.

Basis

The patch basis.

Degree

The patch degree.

Remarks

See also