gallium: add support for gl_HelperInvocation semantic
Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu> Reviewed-by: Glenn Kennard <glenn.kennard@gmail.com>
This commit is contained in:
@@ -185,7 +185,8 @@ struct tgsi_declaration_interp
|
||||
#define TGSI_SEMANTIC_TESSOUTER 32 /**< outer tessellation levels */
|
||||
#define TGSI_SEMANTIC_TESSINNER 33 /**< inner tessellation levels */
|
||||
#define TGSI_SEMANTIC_VERTICESIN 34 /**< number of input vertices */
|
||||
#define TGSI_SEMANTIC_COUNT 35 /**< number of semantic values */
|
||||
#define TGSI_SEMANTIC_HELPER_INVOCATION 35 /**< current invocation is helper */
|
||||
#define TGSI_SEMANTIC_COUNT 36 /**< number of semantic values */
|
||||
|
||||
struct tgsi_declaration_semantic
|
||||
{
|
||||
|
Reference in New Issue
Block a user