gallium/pp: s/uint/enum tgsi_semantic/ to fix MSVC warning

Reviewed-by: Roland Scheidegger <sroland@vmware.com>
This commit is contained in:
Brian Paul 2019-05-04 10:04:07 -06:00
parent cf5c7beb63
commit 4f54e550e9
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ pp_init_prog(struct pp_queue_t *ppq, struct pipe_context *pipe,
{
const uint semantic_names[] = { TGSI_SEMANTIC_POSITION,
const enum tgsi_semantic semantic_names[] = { TGSI_SEMANTIC_POSITION,
TGSI_SEMANTIC_GENERIC
};
const uint semantic_indexes[] = { 0, 0 };