mirror of
https://github.com/RPCSX/rpcsx.git
synced 2024-11-23 03:19:47 +00:00
Bump vk headers (#30)
* Update rpcsx.yml * Update rpcsx.yml * Update rpcsx.yml * Fixing clang format ? hope this works * Update .github/workflows/rpcsx.yml Co-authored-by: Margen67 <Margen67@users.noreply.github.com> * Update .github/workflows/rpcsx.yml Co-authored-by: Margen67 <Margen67@users.noreply.github.com> * Update .github/workflows/rpcsx.yml Co-authored-by: Margen67 <Margen67@users.noreply.github.com> * Update .github/workflows/rpcsx.yml Co-authored-by: Margen67 <Margen67@users.noreply.github.com> * Fix a bad suggestion * random thing --------- Co-authored-by: Margen67 <Margen67@users.noreply.github.com>
This commit is contained in:
parent
483e5d9831
commit
ff263057bd
0
.clang-format
Normal file
0
.clang-format
Normal file
8
.github/workflows/rpcsx.yml
vendored
8
.github/workflows/rpcsx.yml
vendored
@ -28,6 +28,14 @@ jobs:
|
||||
libglfw3-dev libvulkan-dev vulkan-validationlayers-dev \
|
||||
spirv-tools glslang-tools libspirv-cross-c-shared-dev \
|
||||
libxbyak-dev
|
||||
VULKANVER=1.3.259
|
||||
curl -sSfLo Vulkan-Headers.tar.gz https://github.com/KhronosGroup/Vulkan-Headers/archive/v${VULKANVER}.tar.gz
|
||||
tar -xf Vulkan-Headers*.tar.gz
|
||||
cd Vulkan-Headers*/
|
||||
mkdir build && cd build
|
||||
cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
|
||||
make -j$(nproc)
|
||||
sudo make install
|
||||
|
||||
- name: Build RPCSX
|
||||
run: |
|
||||
|
@ -7,6 +7,7 @@
|
||||
#include <cstdio>
|
||||
#include <fcntl.h>
|
||||
#include <filesystem>
|
||||
#include <span>
|
||||
#include <sys/mman.h>
|
||||
#include <sys/stat.h>
|
||||
#include <thread>
|
||||
@ -14,7 +15,6 @@
|
||||
#include <util/VerifyVulkan.hpp>
|
||||
#include <vulkan/vulkan.h>
|
||||
#include <vulkan/vulkan_core.h>
|
||||
#include <span>
|
||||
|
||||
#include <GLFW/glfw3.h> // TODO: make in optional
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user