[Bf-blender-cvs] [86f435d] blender2.8: Gawain: small note for future Vulkan work

Mike Erwin noreply at git.blender.org
Thu Nov 17 00:28:20 CET 2016


Commit: 86f435d6c8d74c9aa23aa461d80ac5796f8ca91b
Author: Mike Erwin
Date:   Wed Nov 16 18:25:11 2016 -0500
Branches: blender2.8
https://developer.blender.org/rB86f435d6c8d74c9aa23aa461d80ac5796f8ca91b

Gawain: small note for future Vulkan work

===================================================================

M	source/blender/gpu/gawain/element.h

===================================================================

diff --git a/source/blender/gpu/gawain/element.h b/source/blender/gpu/gawain/element.h
index 6dcb367..4e0d5fb 100644
--- a/source/blender/gpu/gawain/element.h
+++ b/source/blender/gpu/gawain/element.h
@@ -16,7 +16,7 @@
 #define TRACK_INDEX_RANGE 1
 
 typedef enum {
-	INDEX_U8 = GL_UNSIGNED_BYTE,
+	INDEX_U8 = GL_UNSIGNED_BYTE, // GL has this, Vulkan does not
 	INDEX_U16 = GL_UNSIGNED_SHORT,
 	INDEX_U32 = GL_UNSIGNED_INT
 } IndexType;




More information about the Bf-blender-cvs mailing list