mirror of
https://github.com/libretro/RetroArch
synced 2025-02-03 17:54:04 +00:00
(Android) Bake in Vulkan, and use spirv-cross now
This commit is contained in:
parent
e730dd6ae2
commit
4ae92cfc4b
@ -141,7 +141,7 @@ VIDEO DRIVER
|
||||
#include "../gfx/drivers_shader/shader_vulkan.cpp"
|
||||
#include "../gfx/drivers_shader/glslang_util.cpp"
|
||||
#include "../gfx/drivers_shader/slang_reflection.cpp"
|
||||
#include "../deps/spir2cross/spir2cross.cpp"
|
||||
#include "../deps/SPIRV-Cross/spirv_cross.cpp"
|
||||
#endif
|
||||
|
||||
/*============================================================
|
||||
|
@ -5,7 +5,7 @@ RARCH_DIR := ../../../..
|
||||
|
||||
HAVE_NEON := 1
|
||||
HAVE_LOGGER := 0
|
||||
HAVE_VULKAN := 0
|
||||
HAVE_VULKAN := 1
|
||||
|
||||
INCFLAGS :=
|
||||
DEFINES :=
|
||||
|
@ -5,7 +5,7 @@ RARCH_DIR := ../../../..
|
||||
|
||||
HAVE_NEON := 1
|
||||
HAVE_LOGGER := 0
|
||||
HAVE_VULKAN := 0
|
||||
HAVE_VULKAN := 1
|
||||
|
||||
INCFLAGS :=
|
||||
DEFINES :=
|
||||
|
Loading…
x
Reference in New Issue
Block a user