struttura D3DDDIRECTPATCH_INFO (d3dumddi.h)
Contiene informazioni dirette sulla patch.
Sintassi
typedef struct _D3DDDIRECTPATCH_INFO {
UINT StartVertexOffsetWidth;
UINT StartVertexOffsetHeight;
UINT Width;
UINT Height;
UINT Stride;
D3DDDIBASISTYPE Basis;
D3DDDIDEGREETYPE Degree;
} D3DDDIRECTPATCH_INFO;
Members
StartVertexOffsetWidth
Larghezza dell'offset del vertice iniziale.
StartVertexOffsetHeight
Altezza dell'offset del vertice iniziale.
Width
Larghezza della patch.
Height
Altezza della patch.
Stride
Stride patch.
Basis
Base patch.
Degree
Grado di patch.
Requisiti
Requisito | Valore |
---|---|
Intestazione | d3dumddi.h |