|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <wined3d_private.h>

Public Attributes | |
| enum wined3d_shader_register_type | type |
| enum wined3d_data_type | data_type |
| struct wined3d_shader_register_index | idx [2] |
| enum wined3d_immconst_type | immconst_type |
| union { | |
| DWORD immconst_data [4] | |
| unsigned fp_body_idx | |
| } | u |
Definition at line 1086 of file wined3d_private.h.
| enum wined3d_data_type wined3d_shader_register::data_type |
Definition at line 1089 of file wined3d_private.h.
| unsigned wined3d_shader_register::fp_body_idx |
Definition at line 1095 of file wined3d_private.h.
| struct wined3d_shader_register_index wined3d_shader_register::idx[2] |
Definition at line 1090 of file wined3d_private.h.
Referenced by pshader_hw_texm3x2pad(), and pshader_hw_texm3x3pad().
| DWORD wined3d_shader_register::immconst_data[4] |
Definition at line 1094 of file wined3d_private.h.
| enum wined3d_immconst_type wined3d_shader_register::immconst_type |
Definition at line 1091 of file wined3d_private.h.
| enum wined3d_shader_register_type wined3d_shader_register::type |
Definition at line 1088 of file wined3d_private.h.
| union { ... } wined3d_shader_register::u |