mirror of
https://github.com/thunderbrewhq/binana.git
synced 2025-12-12 17:52:29 +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
17
profile/3.3.5a-windows-386/include/external/d3d9/cubemapfaces.h
vendored
Normal file
17
profile/3.3.5a-windows-386/include/external/d3d9/cubemapfaces.h
vendored
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
#ifndef D3D9_CUBEMAPFACES_H
|
||||
#define D3D9_CUBEMAPFACES_H
|
||||
|
||||
DECLARE_ENUM(D3DCUBEMAP_FACES);
|
||||
|
||||
enum D3DCUBEMAP_FACES {
|
||||
D3DCUBEMAP_FACE_POSITIVE_X = 0,
|
||||
D3DCUBEMAP_FACE_NEGATIVE_X = 1,
|
||||
D3DCUBEMAP_FACE_POSITIVE_Y = 2,
|
||||
D3DCUBEMAP_FACE_NEGATIVE_Y = 3,
|
||||
D3DCUBEMAP_FACE_POSITIVE_Z = 4,
|
||||
D3DCUBEMAP_FACE_NEGATIVE_Z = 5,
|
||||
|
||||
D3DCUBEMAP_FACE_FORCE_DWORD = 0xffffffff
|
||||
};
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue