mirror of
https://github.com/thunderbrewhq/binana.git
synced 2025-12-12 09:52:28 +00:00
feat(profile): added listings of virtual functions for CGxDevice, CGxDeviceD3d
This commit is contained in:
parent
a87e45138d
commit
26db0b63b8
15 changed files with 699 additions and 266 deletions
16
profile/3.3.5a-windows-386/include/gx/query.h
Normal file
16
profile/3.3.5a-windows-386/include/gx/query.h
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
#ifndef GX_QUERY_H
|
||||
#define GX_QUERY_H
|
||||
|
||||
DECLARE_STRUCT(CGxQuery);
|
||||
|
||||
#include "storm/list.h"
|
||||
#include "gx/types.h"
|
||||
|
||||
STORM_TS_LIST(CGxQuery);
|
||||
struct CGxQuery {
|
||||
void* m_apiSpecific;
|
||||
EGxQueryType m_type;
|
||||
TSLink_CGxQuery m_link;
|
||||
};
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue