diff options
Diffstat (limited to 'src/intel/vulkan/anv_private.h')
-rw-r--r-- | src/intel/vulkan/anv_private.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/intel/vulkan/anv_private.h b/src/intel/vulkan/anv_private.h index e8a845f7229..b33370c3da1 100644 --- a/src/intel/vulkan/anv_private.h +++ b/src/intel/vulkan/anv_private.h @@ -2048,8 +2048,6 @@ struct anv_shader_bin { uint32_t prog_data_size; struct anv_pipeline_bind_map bind_map; - - /* Prog data follows, then params, then the key, all aligned to 8-bytes */ }; struct anv_shader_bin * |