This website requires JavaScript.
Explore
Help
Sign In
mirror
/
rpcs3
Watch
1
Star
0
Fork
0
You've already forked rpcs3
mirror of
https://github.com/RPCS3/rpcs3.git
synced
2025-01-01 03:32:07 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
33a1c743a4
rpcs3
/
Vulkan
/
CMakeLists.txt
4 lines
70 B
CMake
Raw
Normal View
History
Unescape
Escape
Update Vulkan submodules Temporarily disabled Vulkan build for Linux
2016-07-11 14:26:47 +00:00
if
(
WIN32
AND
NOT
VULKAN_PREBUILT
)
LLVM AOT
2016-06-07 20:24:20 +00:00
add_subdirectory
(
glslang
)
Optimizations (#1680) * Optimizations 1) Some headers simplified for better compilation time 2) Some templates simplified for smaller executable size 3) Eliminate std::future to fix compilation for mingw64 4) PKG installation can be cancelled now 5) cellGame fixes 6) XAudio2 fix for mingw64 7) PPUInterpreter bug fixed (Clang) * any_pod<> implemented Aliases: any16, any32, any64 rsx::make_command fixed
2016-04-25 10:49:12 +00:00
endif
(
)
Reference in New Issue
Copy Permalink