mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-04-13 05:43:18 -07:00
vkd3d-shader: Delete unused struct list from struct vkd3d_shader_indexable_temp.
This commit is contained in:
parent
ae4341b565
commit
920657e7ee
Notes:
Alexandre Julliard
2023-11-22 22:48:50 +01:00
Approved-by: Giovanni Mascellani (@giomasce) Approved-by: Henri Verbeet (@hverbeet) Approved-by: Alexandre Julliard (@julliard) Merge-Request: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/471
@ -801,7 +801,6 @@ struct vkd3d_shader_immediate_constant_buffer
|
|||||||
|
|
||||||
struct vkd3d_shader_indexable_temp
|
struct vkd3d_shader_indexable_temp
|
||||||
{
|
{
|
||||||
struct list entry;
|
|
||||||
unsigned int register_idx;
|
unsigned int register_idx;
|
||||||
unsigned int register_size;
|
unsigned int register_size;
|
||||||
unsigned int component_count;
|
unsigned int component_count;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user