D3DDDITRIPATCH_INFO - NtDoc

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

typedef struct _D3DDDITRIPATCH_INFO {
  UINT             StartVertexOffset;
  UINT             NumVertices;
  D3DDDIBASISTYPE  Basis;
  D3DDDIDEGREETYPE Degree;
} D3DDDITRIPATCH_INFO;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_D3DDDITRIPATCH_INFO structure

Description

Contains tri-patch info.

Members

StartVertexOffset

The offset of the start vertex.

NumVertices

The number of vertices.

Basis

Basis.

Degree

Degree.

Remarks

See also