vkd3d-shader: Translate eval_centroid shader instructions.

Signed-off-by: Józef Kucia <jkucia@codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Józef Kucia
2019-03-14 11:34:54 +01:00
committed by Alexandre Julliard
parent 38f5081496
commit c6477964a3
4 changed files with 22 additions and 6 deletions

View File

@@ -130,6 +130,7 @@ static const char * const shader_opcode_names[] =
/* VKD3DSIH_ENDREP */ "endrep",
/* VKD3DSIH_ENDSWITCH */ "endswitch",
/* VKD3DSIH_EQ */ "eq",
/* VKD3DSIH_EVAL_CENTROID */ "eval_centroid",
/* VKD3DSIH_EVAL_SAMPLE_INDEX */ "eval_sample_index",
/* VKD3DSIH_EXP */ "exp",
/* VKD3DSIH_EXPP */ "expp",