mirror of
https://github.com/libretro/RetroArch
synced 2025-03-01 07:13:35 +00:00
Fix CXX_BUILD errors
This commit is contained in:
parent
3873af37c6
commit
8cdfc8e8b6
@ -338,7 +338,7 @@ struct vk_draw_triangles
|
||||
|
||||
typedef struct vk
|
||||
{
|
||||
void *filter_chain;
|
||||
vulkan_filter_chain_t *filter_chain;
|
||||
vulkan_context_t *context;
|
||||
void *ctx_data;
|
||||
const gfx_ctx_driver_t *ctx_driver;
|
||||
|
@ -33,6 +33,7 @@
|
||||
#include "slang_reflection.h"
|
||||
#include "slang_reflection.hpp"
|
||||
|
||||
#include "../common/vulkan_common.h"
|
||||
#include "../../retroarch.h"
|
||||
#include "../../verbosity.h"
|
||||
#include "../../msg_hash.h"
|
||||
|
@ -25,7 +25,7 @@
|
||||
|
||||
#include "glslang_util.h"
|
||||
|
||||
#include "../common/vulkan_common.h"
|
||||
#include "../include/vulkan/vulkan.h"
|
||||
|
||||
RETRO_BEGIN_DECLS
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user