mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
(Android) Bake in Vulkan, and use spirv-cross now
This commit is contained in:
parent
e730dd6ae2
commit
4ae92cfc4b
3 changed files with 3 additions and 3 deletions
|
@ -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…
Add table
Reference in a new issue