ReactOS 0.4.16-dev-41-ge8c7597
|
#include <d3dx9mesh.h>
Public Attributes | |
DWORD | AttribId |
DWORD | FaceStart |
DWORD | FaceCount |
DWORD | VertexStart |
DWORD | VertexCount |
Definition at line 183 of file d3dx9mesh.h.
DWORD _D3DXATTRIBUTERANGE::AttribId |
Definition at line 184 of file d3dx9mesh.h.
Referenced by fill_attribute_table().
DWORD _D3DXATTRIBUTERANGE::FaceCount |
Definition at line 186 of file d3dx9mesh.h.
Referenced by fill_attribute_table().
DWORD _D3DXATTRIBUTERANGE::FaceStart |
Definition at line 185 of file d3dx9mesh.h.
Referenced by fill_attribute_table().
DWORD _D3DXATTRIBUTERANGE::VertexCount |
Definition at line 188 of file d3dx9mesh.h.
Referenced by fill_attribute_table().
DWORD _D3DXATTRIBUTERANGE::VertexStart |
Definition at line 187 of file d3dx9mesh.h.
Referenced by fill_attribute_table().