ReactOS 0.4.15-dev-7906-g1b85a5f
wined3d_vertex_element Struct Reference

#include <wined3d.h>

Collaboration diagram for wined3d_vertex_element:

Public Attributes

enum wined3d_format_id format
 
unsigned int input_slot
 
unsigned int offset
 
unsigned int output_slot
 
enum wined3d_input_classification input_slot_class
 
unsigned int instance_data_step_rate
 
BYTE method
 
BYTE usage
 
BYTE usage_idx
 

Detailed Description

Definition at line 1789 of file wined3d.h.

Member Data Documentation

◆ format

enum wined3d_format_id wined3d_vertex_element::format

Definition at line 1791 of file wined3d.h.

Referenced by append_decl_element().

◆ input_slot

unsigned int wined3d_vertex_element::input_slot

Definition at line 1792 of file wined3d.h.

Referenced by append_decl_element(), and vertexdeclaration_init().

◆ input_slot_class

enum wined3d_input_classification wined3d_vertex_element::input_slot_class

Definition at line 1795 of file wined3d.h.

Referenced by append_decl_element(), and vertexdeclaration_init().

◆ instance_data_step_rate

unsigned int wined3d_vertex_element::instance_data_step_rate

Definition at line 1796 of file wined3d.h.

Referenced by append_decl_element(), and vertexdeclaration_init().

◆ method

BYTE wined3d_vertex_element::method

Definition at line 1797 of file wined3d.h.

Referenced by append_decl_element(), and vertexdeclaration_init().

◆ offset

unsigned int wined3d_vertex_element::offset

Definition at line 1793 of file wined3d.h.

Referenced by append_decl_element(), and vertexdeclaration_init().

◆ output_slot

unsigned int wined3d_vertex_element::output_slot

Definition at line 1794 of file wined3d.h.

Referenced by append_decl_element(), and vertexdeclaration_init().

◆ usage

BYTE wined3d_vertex_element::usage

Definition at line 1798 of file wined3d.h.

Referenced by append_decl_element(), and vertexdeclaration_init().

◆ usage_idx

BYTE wined3d_vertex_element::usage_idx

Definition at line 1799 of file wined3d.h.

Referenced by append_decl_element(), and vertexdeclaration_init().


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