mirror of
https://github.com/thunderbrewhq/binana.git
synced 2025-12-12 09:52:28 +00:00
feat(gx): refresh CGxDevice studies
This commit is contained in:
parent
abcd88b4c1
commit
6a6d154b0a
63 changed files with 2685 additions and 549 deletions
19
profile/3.3.5a-windows-386/include/external/d3d9/pixelshader.h
vendored
Normal file
19
profile/3.3.5a-windows-386/include/external/d3d9/pixelshader.h
vendored
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
#ifndef D3D9_PIXELSHADER_H
|
||||
#define D3D9_PIXELSHADER_H
|
||||
|
||||
DECLARE_STRUCT(IDirect3DPixelShader9__v_table);
|
||||
DECLARE_STRUCT(IDirect3DPixelShader9);
|
||||
|
||||
struct IDirect3DPixelShader9__v_table {
|
||||
void* v_fn_0_QueryInterface;
|
||||
void* v_fn_1_AddRef;
|
||||
void* v_fn_2_Release;
|
||||
void* v_fn_3_GetDevice;
|
||||
void* v_fn_4_GetFunction;
|
||||
};
|
||||
|
||||
struct IDirect3DPixelShader9 {
|
||||
IDirect3DPixelShader9__v_table* v_v_table;
|
||||
};
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue