mirror of
https://github.com/thunderbrewhq/binana.git
synced 2026-05-02 12:53:50 +00:00
fix(profile): overhaul 3.3.5a-windows-386 to work with SuperImportSymbolsScript.py
This commit is contained in:
parent
bdb3389efb
commit
2d003672ec
39 changed files with 1476 additions and 1232 deletions
27
profile/3.3.5a-windows-386/include/external/d3d9/blend.h
vendored
Normal file
27
profile/3.3.5a-windows-386/include/external/d3d9/blend.h
vendored
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
#ifndef D3D9_BLEND_H
|
||||
#define D3D9_BLEND_H
|
||||
|
||||
DECLARE_ENUM(D3DBLEND);
|
||||
|
||||
enum D3DBLEND {
|
||||
D3DBLEND_ZERO = 1,
|
||||
D3DBLEND_ONE = 2,
|
||||
D3DBLEND_SRCCOLOR = 3,
|
||||
D3DBLEND_INVSRCCOLOR = 4,
|
||||
D3DBLEND_SRCALPHA = 5,
|
||||
D3DBLEND_INVSRCALPHA = 6,
|
||||
D3DBLEND_DESTALPHA = 7,
|
||||
D3DBLEND_INVDESTALPHA = 8,
|
||||
D3DBLEND_DESTCOLOR = 9,
|
||||
D3DBLEND_INVDESTCOLOR = 10,
|
||||
D3DBLEND_SRCALPHASAT = 11,
|
||||
D3DBLEND_BOTHSRCALPHA = 12,
|
||||
D3DBLEND_BOTHINVSRCALPHA = 13,
|
||||
D3DBLEND_BLENDFACTOR = 14,
|
||||
D3DBLEND_INVBLENDFACTOR = 15,
|
||||
D3DBLEND_SRCCOLOR2 = 16,
|
||||
D3DBLEND_INVSRCCOLOR2 = 17,
|
||||
D3DBLEND_FORCE_DWORD = 0x7fffffff
|
||||
};
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue