ReactOS 0.4.15-dev-7788-g1ad9096
wined3d_vertex_declaration_element Struct Reference

#include <wined3d_private.h>

Collaboration diagram for wined3d_vertex_declaration_element:

Public Attributes

const struct wined3d_formatformat
 
BOOL ffp_valid
 
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 3417 of file wined3d_private.h.

Member Data Documentation

◆ ffp_valid

BOOL wined3d_vertex_declaration_element::ffp_valid

Definition at line 3420 of file wined3d_private.h.

◆ format

const struct wined3d_format* wined3d_vertex_declaration_element::format

Definition at line 3419 of file wined3d_private.h.

Referenced by vertexdeclaration_init().

◆ input_slot

unsigned int wined3d_vertex_declaration_element::input_slot

Definition at line 3421 of file wined3d_private.h.

Referenced by vertexdeclaration_init().

◆ input_slot_class

enum wined3d_input_classification wined3d_vertex_declaration_element::input_slot_class

Definition at line 3424 of file wined3d_private.h.

◆ instance_data_step_rate

unsigned int wined3d_vertex_declaration_element::instance_data_step_rate

Definition at line 3425 of file wined3d_private.h.

◆ method

BYTE wined3d_vertex_declaration_element::method

Definition at line 3426 of file wined3d_private.h.

◆ offset

unsigned int wined3d_vertex_declaration_element::offset

Definition at line 3422 of file wined3d_private.h.

Referenced by vertexdeclaration_init().

◆ output_slot

unsigned int wined3d_vertex_declaration_element::output_slot

Definition at line 3423 of file wined3d_private.h.

◆ usage

BYTE wined3d_vertex_declaration_element::usage

Definition at line 3427 of file wined3d_private.h.

◆ usage_idx

BYTE wined3d_vertex_declaration_element::usage_idx

Definition at line 3428 of file wined3d_private.h.


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