vkd3d-shader: Remove the unused "ctx" field from struct vkd3d_shader_instruction.

Signed-off-by: Zebediah Figura <zfigura@codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Zebediah Figura 2020-08-11 16:24:36 -05:00 committed by Alexandre Julliard
parent 90eb138f22
commit 3244fa3f92
1 changed files with 0 additions and 1 deletions

View File

@ -756,7 +756,6 @@ struct vkd3d_shader_primitive_type
struct vkd3d_shader_instruction
{
const struct vkd3d_shader_context *ctx;
enum VKD3D_SHADER_INSTRUCTION_HANDLER handler_idx;
DWORD flags;
unsigned int dst_count;