mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-01-28 13:05:02 -08:00
vkd3d-shader: Get rid of the "instruction_idx" field from struct vkd3d_shader_parser.
This is unused now.
This commit is contained in:
parent
98b5e2c6e0
commit
c4d307a08d
Notes:
Alexandre Julliard
2023-04-12 22:34:51 +02:00
Approved-by: Alexandre Julliard (@julliard) Merge-Request: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/155
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user