diff libcore/core/texture.h @ 191:633a25df450e

molko-js: miscellaneous fixes While here, import sphinx as experimental documentation.
author David Demelier <markand@malikania.fr>
date Sat, 07 Nov 2020 15:40:34 +0100
parents f37b8e95aaaa
children dd7c8d4321a3
line wrap: on
line diff
--- a/libcore/core/texture.h	Sat Nov 07 10:16:38 2020 +0100
+++ b/libcore/core/texture.h	Sat Nov 07 15:40:34 2020 +0100
@@ -47,7 +47,8 @@
 	TEXTURE_BLEND_NONE,     /*!< No pixel modulation. */
 	TEXTURE_BLEND_BLEND,    /*!< Blend transparency. */
 	TEXTURE_BLEND_ADD,      /*!< Additive blending. */
-	TEXTURE_BLEND_MODULATE  /*!< Color modulation. */
+	TEXTURE_BLEND_MODULATE, /*!< Color modulation. */
+	TEXTURE_BLEND_LAST      /*!< Unused. */
 };
 
 /**