vkd3d-shader/tpf: Set the interpolation mode for signature elements.

This commit is contained in:
Zebediah Figura
2023-10-19 21:34:41 -05:00
committed by Alexandre Julliard
parent 6b7834d635
commit 15b69721de
Notes: Alexandre Julliard 2023-10-31 22:39:02 +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/422
3 changed files with 26 additions and 3 deletions

View File

@@ -916,6 +916,8 @@ struct shader_signature
unsigned int element_count;
};
struct signature_element *vsir_signature_find_element_for_reg(const struct shader_signature *signature,
unsigned int reg_idx, unsigned int write_mask);
void shader_signature_cleanup(struct shader_signature *signature);
struct vkd3d_shader_desc