mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-23 17:40:11 +01:00
anv/pass: Delete anv_pass::subpass_attachments
This field has no users. Reviewed-by: Jason Ekstrand <jason@jlekstrand.net> Signed-off-by: Nanley Chery <nanley.g.chery@intel.com>
This commit is contained in:
parent
58324389be
commit
b1066f7365
1 changed files with 0 additions and 1 deletions
|
|
@ -2180,7 +2180,6 @@ struct anv_render_pass_attachment {
|
||||||
struct anv_render_pass {
|
struct anv_render_pass {
|
||||||
uint32_t attachment_count;
|
uint32_t attachment_count;
|
||||||
uint32_t subpass_count;
|
uint32_t subpass_count;
|
||||||
VkAttachmentReference * subpass_attachments;
|
|
||||||
/* An array of subpass_count+1 flushes, one per subpass boundary */
|
/* An array of subpass_count+1 flushes, one per subpass boundary */
|
||||||
enum anv_pipe_bits * subpass_flushes;
|
enum anv_pipe_bits * subpass_flushes;
|
||||||
struct anv_render_pass_attachment * attachments;
|
struct anv_render_pass_attachment * attachments;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue