Try to get rid of double definition of type

This commit is contained in:
twinaphex 2016-09-01 06:07:40 +02:00
parent 5f3d384a9c
commit aff2812fde

View File

@ -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(