mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-10 22:22:10 +08:00
ref_api: update REF_API_VERSION to 10 and document R_GetWindowHandle addition
This commit is contained in:
+2
-1
@@ -57,7 +57,8 @@ GNU General Public License for more details.
|
||||
// CL_RunLightStyles now accepts lightstyles array.
|
||||
// Removed R_DrawTileClear and Mod_LoadMapSprite, as they're implemented on engine side
|
||||
// Removed FillRGBABlend. Now FillRGBA accepts rendermode parameter.
|
||||
#define REF_API_VERSION 9
|
||||
// 10. Added R_GetWindowHandle.
|
||||
#define REF_API_VERSION 10
|
||||
|
||||
#define TF_SKY (TF_SKYSIDE|TF_NOMIPMAP|TF_ALLOW_NEAREST)
|
||||
#define TF_FONT (TF_NOMIPMAP|TF_CLAMP|TF_ALLOW_NEAREST)
|
||||
|
||||
Reference in New Issue
Block a user