Skip to content
Snippets Groups Projects
Commit c4d307a0 authored by Henri Verbeet's avatar Henri Verbeet Committed by Alexandre Julliard
Browse files

vkd3d-shader: Get rid of the "instruction_idx" field from struct vkd3d_shader_parser.

This is unused now.
parent 98b5e2c6
No related branches found
No related tags found
1 merge request!155Minor vkd3d_shader_parser related cleanups.
This commit is part of merge request !155. Comments created here will be created in the context of that merge request.
......@@ -996,7 +996,6 @@ struct vkd3d_shader_parser
const uint32_t *ptr;
const struct vkd3d_shader_parser_ops *ops;
struct vkd3d_shader_instruction_array instructions;
size_t instruction_idx;
};
struct vkd3d_shader_parser_ops
......
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