aboutsummaryrefslogtreecommitdiffstats
path: root/src/intel/vulkan
diff options
context:
space:
mode:
authorJason Ekstrand <[email protected]>2016-08-24 23:12:18 -0700
committerJason Ekstrand <[email protected]>2016-08-30 15:08:23 -0700
commitb259d86ad62503dfb3a18e501fb5ddff2c5c099a (patch)
treea13ae43b23dcd2e849ca0e3c1af4c849bdb99310 /src/intel/vulkan
parentd5945bec124ab21606d0d2719abbae8c44a70cf1 (diff)
anv: Remove unused fields from anv_pipeline_bind_map
Signed-off-by: Jason Ekstrand <[email protected]> Cc: "12.0" <[email protected]>
Diffstat (limited to 'src/intel/vulkan')
-rw-r--r--src/intel/vulkan/anv_private.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/intel/vulkan/anv_private.h b/src/intel/vulkan/anv_private.h
index f7f1ff23b61..5fcbb92d348 100644
--- a/src/intel/vulkan/anv_private.h
+++ b/src/intel/vulkan/anv_private.h
@@ -1458,11 +1458,9 @@ struct anv_pipeline_bind_map {
uint32_t surface_count;
uint32_t sampler_count;
uint32_t image_count;
- uint32_t attachment_count;
struct anv_pipeline_binding * surface_to_descriptor;
struct anv_pipeline_binding * sampler_to_descriptor;
- uint32_t * surface_to_attachment;
};
struct anv_pipeline {