mirror of
https://github.com/thunderbrewhq/binana.git
synced 2025-12-13 02:02:30 +00:00
feat(profile): update gx headers
This commit is contained in:
parent
37b206a6e3
commit
ad24eab0a4
16 changed files with 251 additions and 84 deletions
26
profile/3.3.5a-windows-386/include/external/d3d9/adapteridentifier.h
vendored
Normal file
26
profile/3.3.5a-windows-386/include/external/d3d9/adapteridentifier.h
vendored
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
|
||||
#ifndef D3D9_ADAPTERIDENTIFIER_H
|
||||
#define D3D9_ADAPTERIDENTIFIER_H
|
||||
|
||||
DECLARE_STRUCT(D3DADAPTER_IDENTIFIER9);
|
||||
|
||||
#include "external/win/guid.h"
|
||||
#include "external/win/largeinteger.h"
|
||||
|
||||
struct D3DADAPTER_IDENTIFIER9 {
|
||||
char Driver[512];
|
||||
char Description[512];
|
||||
char DeviceName[32];
|
||||
LARGE_INTEGER DriverVersion;
|
||||
|
||||
uint32_t VendorId;
|
||||
uint32_t DeviceId;
|
||||
uint32_t SubSysId;
|
||||
uint32_t Revision;
|
||||
|
||||
GUID DeviceIdentifier;
|
||||
|
||||
uint32_t WHQLLevel;
|
||||
};
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue