tgsi: s/6/PIPE_SHADER_TYPES/ for tgsi_processor_type_names array size
Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu> Reviewed-by: Marek Olšák <marek.olsak@amd.com>
This commit is contained in:
@@ -38,7 +38,7 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
|
||||
extern const char *tgsi_processor_type_names[6];
|
||||
extern const char *tgsi_processor_type_names[PIPE_SHADER_TYPES];
|
||||
|
||||
extern const char *tgsi_semantic_names[TGSI_SEMANTIC_COUNT];
|
||||
|
||||
|
Reference in New Issue
Block a user