Skip to content
Snippets Groups Projects
Commit 3244fa3f authored by Elizabeth Figura's avatar Elizabeth Figura Committed by Alexandre Julliard
Browse files

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

parent 90eb138f
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment