Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Contains direct patch info.
Syntax
typedef struct _D3DDDIRECTPATCH_INFO {
UINT StartVertexOffsetWidth;
UINT StartVertexOffsetHeight;
UINT Width;
UINT Height;
UINT Stride;
D3DDDIBASISTYPE Basis;
D3DDDIDEGREETYPE Degree;
} D3DDDIRECTPATCH_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.
Requirements
| Requirement | Value |
|---|---|
| Header | d3dumddi.h |