aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNanley Chery <[email protected]>2017-04-10 11:47:10 -0700
committerNanley Chery <[email protected]>2017-04-24 13:30:50 -0700
commitb1066f73658fe2ef912c4482e4f95f75d57e8ac5 (patch)
tree1838f7e5f8179557af4c2f75c784d951a21c322b
parent58324389be7bc7c5e10093b9cc0a8efa9b4c93a9 (diff)
anv/pass: Delete anv_pass::subpass_attachments
This field has no users. Reviewed-by: Jason Ekstrand <[email protected]> Signed-off-by: Nanley Chery <[email protected]>
-rw-r--r--src/intel/vulkan/anv_private.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/intel/vulkan/anv_private.h b/src/intel/vulkan/anv_private.h
index 7d079000b0c..dbe1e0475e1 100644
--- a/src/intel/vulkan/anv_private.h
+++ b/src/intel/vulkan/anv_private.h
@@ -2180,7 +2180,6 @@ struct anv_render_pass_attachment {
struct anv_render_pass {
uint32_t attachment_count;
uint32_t subpass_count;
- VkAttachmentReference * subpass_attachments;
/* An array of subpass_count+1 flushes, one per subpass boundary */
enum anv_pipe_bits * subpass_flushes;
struct anv_render_pass_attachment * attachments;