From aff2812fdea7b7fb770a429ac0f969f739b10131 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Thu, 1 Sep 2016 06:07:40 +0200 Subject: [PATCH] Try to get rid of double definition of type --- gfx/common/vulkan_common.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/gfx/common/vulkan_common.h b/gfx/common/vulkan_common.h index a999be006a..ca8a60bcf4 100644 --- a/gfx/common/vulkan_common.h +++ b/gfx/common/vulkan_common.h @@ -51,8 +51,6 @@ RETRO_BEGIN_DECLS -typedef struct vulkan_filter_chain vulkan_filter_chain_t; - enum vk_texture_type { /* We will use the texture as a sampled linear texture. */ @@ -392,7 +390,7 @@ typedef struct vk uint64_t dirty; } tracker; - vulkan_filter_chain_t *filter_chain; + void *filter_chain; } vk_t; uint32_t vulkan_find_memory_type(