gallium: add baseinstance/drawid semantics
Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu> Reviewed-by: Roland Scheidegger <sroland@vmware.com>
This commit is contained in:
@@ -186,7 +186,9 @@ struct tgsi_declaration_interp
|
||||
#define TGSI_SEMANTIC_TESSINNER 33 /**< inner tessellation levels */
|
||||
#define TGSI_SEMANTIC_VERTICESIN 34 /**< number of input vertices */
|
||||
#define TGSI_SEMANTIC_HELPER_INVOCATION 35 /**< current invocation is helper */
|
||||
#define TGSI_SEMANTIC_COUNT 36 /**< number of semantic values */
|
||||
#define TGSI_SEMANTIC_BASEINSTANCE 36
|
||||
#define TGSI_SEMANTIC_DRAWID 37
|
||||
#define TGSI_SEMANTIC_COUNT 38 /**< number of semantic values */
|
||||
|
||||
struct tgsi_declaration_semantic
|
||||
{
|
||||
|
Reference in New Issue
Block a user