Fix CXX_BUILD errors

This commit is contained in:
twinaphex 2022-04-02 20:37:54 +02:00
parent 3873af37c6
commit 8cdfc8e8b6
3 changed files with 3 additions and 2 deletions

View File

@ -338,7 +338,7 @@ struct vk_draw_triangles
typedef struct vk typedef struct vk
{ {
void *filter_chain; vulkan_filter_chain_t *filter_chain;
vulkan_context_t *context; vulkan_context_t *context;
void *ctx_data; void *ctx_data;
const gfx_ctx_driver_t *ctx_driver; const gfx_ctx_driver_t *ctx_driver;

View File

@ -33,6 +33,7 @@
#include "slang_reflection.h" #include "slang_reflection.h"
#include "slang_reflection.hpp" #include "slang_reflection.hpp"
#include "../common/vulkan_common.h"
#include "../../retroarch.h" #include "../../retroarch.h"
#include "../../verbosity.h" #include "../../verbosity.h"
#include "../../msg_hash.h" #include "../../msg_hash.h"

View File

@ -25,7 +25,7 @@
#include "glslang_util.h" #include "glslang_util.h"
#include "../common/vulkan_common.h" #include "../include/vulkan/vulkan.h"
RETRO_BEGIN_DECLS RETRO_BEGIN_DECLS