aboutsummaryrefslogtreecommitdiff
path: root/include/render/vulkan.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/render/vulkan.h')
-rw-r--r--include/render/vulkan.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/render/vulkan.h b/include/render/vulkan.h
index 93e492cf..d5c8190e 100644
--- a/include/render/vulkan.h
+++ b/include/render/vulkan.h
@@ -79,8 +79,8 @@ int vulkan_find_mem_type(struct wlr_vk_device *device,
VkMemoryPropertyFlags flags, uint32_t req_bits);
struct wlr_vk_format {
- uint32_t drm_format;
- VkFormat vk_format;
+ uint32_t drm;
+ VkFormat vk;
bool is_srgb;
};