summaryrefslogtreecommitdiffstats
path: root/src/intel/vulkan/anv_private.h
diff options
context:
space:
mode:
authorJason Ekstrand <[email protected]>2016-05-13 14:07:21 -0700
committerJason Ekstrand <[email protected]>2016-05-17 12:17:22 -0700
commit9102e88364a7e6a5c66f5b0eb5869ab029cddf92 (patch)
tree1c606326e3fc161951b88c1bc69a51bde300b961 /src/intel/vulkan/anv_private.h
parentffc502ce0c422822b8d276d07600a6089c70b4af (diff)
anv: Change render_pass_attachment.format to a VkFormat
Diffstat (limited to 'src/intel/vulkan/anv_private.h')
-rw-r--r--src/intel/vulkan/anv_private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/intel/vulkan/anv_private.h b/src/intel/vulkan/anv_private.h
index c3b31e612f4..6284be92f6d 100644
--- a/src/intel/vulkan/anv_private.h
+++ b/src/intel/vulkan/anv_private.h
@@ -1751,7 +1751,7 @@ struct anv_subpass {
};
struct anv_render_pass_attachment {
- const struct anv_format *format;
+ VkFormat format;
uint32_t samples;
VkAttachmentLoadOp load_op;
VkAttachmentLoadOp stencil_load_op;