mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-22 22:10:10 +01:00
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:
parent
998829f404
commit
2b773fcf00
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ extern "C" {
|
||||||
#endif
|
#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];
|
extern const char *tgsi_semantic_names[TGSI_SEMANTIC_COUNT];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue