mirror of
https://github.com/thunderbrewhq/binana.git
synced 2025-12-12 09:52:28 +00:00
15 lines
No EOL
243 B
C
15 lines
No EOL
243 B
C
#ifndef D3D9_VERTEXELEMENT_H
|
|
#define D3D9_VERTEXELEMENT_H
|
|
|
|
DECLARE_STRUCT(D3DVERTEXELEMENT9);
|
|
|
|
struct D3DVERTEXELEMENT9 {
|
|
uint16_t Stream;
|
|
uint16_t Offset;
|
|
uint8_t Type;
|
|
uint8_t Method;
|
|
uint8_t Usage;
|
|
uint8_t UsageIndex;
|
|
};
|
|
|
|
#endif |