mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-20 01:38:12 +00:00
Try to get rid of double definition of type
This commit is contained in:
parent
5f3d384a9c
commit
aff2812fde
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user