mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2024-11-21 16:46:41 -08:00
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:
parent
90eb138f22
commit
3244fa3f92
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user