ref_api: update REF_API_VERSION to 10 and document R_GetWindowHandle addition

This commit is contained in:
TheEVolk
2025-05-24 20:47:28 +05:00
committed by Alibek Omarov
parent 4ce03662d9
commit dd52840a97
+2 -1
View File
@@ -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)