ReactOS 0.4.17-dev-934-g091855f
d2d_curve_vertex Struct Reference

#include <d2d1_private.h>

Collaboration diagram for d2d_curve_vertex:

Public Attributes

D2D1_POINT_2F position
 
struct {
   float   u
 
   float   v
 
   float   sign
 
} texcoord
 

Detailed Description

Definition at line 473 of file d2d1_private.h.

Member Data Documentation

◆ position

D2D1_POINT_2F d2d_curve_vertex::position

Definition at line 475 of file d2d1_private.h.

◆ sign

float d2d_curve_vertex::sign

Definition at line 478 of file d2d1_private.h.

◆ 

struct { ... } d2d_curve_vertex::texcoord

◆ u

float d2d_curve_vertex::u

Definition at line 478 of file d2d1_private.h.

◆ v

float d2d_curve_vertex::v

Definition at line 478 of file d2d1_private.h.


The documentation for this struct was generated from the following file: