ReactOS 0.4.15-dev-7942-gd23573b
wined3d_fvf_convert_state Struct Reference
Collaboration diagram for wined3d_fvf_convert_state:

Public Attributes

const struct wined3d_gl_infogl_info
 
struct wined3d_vertex_elementelements
 
UINT offset
 
UINT idx
 

Detailed Description

Definition at line 299 of file vertexdeclaration.c.

Member Data Documentation

◆ elements

struct wined3d_vertex_element* wined3d_fvf_convert_state::elements

Definition at line 302 of file vertexdeclaration.c.

Referenced by convert_fvf_to_declaration().

◆ gl_info

const struct wined3d_gl_info* wined3d_fvf_convert_state::gl_info

Definition at line 301 of file vertexdeclaration.c.

Referenced by convert_fvf_to_declaration().

◆ idx

UINT wined3d_fvf_convert_state::idx

Definition at line 304 of file vertexdeclaration.c.

◆ offset

UINT wined3d_fvf_convert_state::offset

Definition at line 303 of file vertexdeclaration.c.


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