mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-17 18:40:02 +00:00
ref: add REF_D3D placeholder for compatibiltiy(not planned anyway)
This commit is contained in:
parent
441795943b
commit
0cf1e3b1da
@ -149,10 +149,13 @@ enum ref_defaultsprite_e
|
||||
REF_CHROME_SPRITE // cl_sprite_shell
|
||||
};
|
||||
|
||||
// the order of first three is important!
|
||||
// so you can use this value in IEngineStudio.StudioIsHardware
|
||||
enum ref_graphic_apis_e
|
||||
{
|
||||
REF_SOFTWARE, // hypothetical: just make a surface to draw on, in software
|
||||
REF_GL, // create GL context
|
||||
REF_GL, // create GL context
|
||||
REF_D3D, // Direct3D
|
||||
};
|
||||
|
||||
typedef enum
|
||||
|
Loading…
x
Reference in New Issue
Block a user