mirror of
https://github.com/par274/sharpemu.git
synced 2026-07-16 00:40:59 +00:00
Enable Vulkan support in packaged SDL3
This commit is contained in:
@@ -35,7 +35,7 @@ jobs:
|
|||||||
- name: Install native dependencies
|
- name: Install native dependencies
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
run: |
|
run: |
|
||||||
& "$env:VCPKG_INSTALLATION_ROOT\vcpkg.exe" install sdl3:x64-windows vulkan:x64-windows
|
& "$env:VCPKG_INSTALLATION_ROOT\vcpkg.exe" install sdl3[vulkan]:x64-windows vulkan:x64-windows
|
||||||
|
|
||||||
- name: Configure native backend
|
- name: Configure native backend
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
|
|||||||
4
.github/workflows/workflow.yml
vendored
4
.github/workflows/workflow.yml
vendored
@@ -99,7 +99,7 @@ jobs:
|
|||||||
- name: Install Windows native GPU dependencies
|
- name: Install Windows native GPU dependencies
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
run: |
|
run: |
|
||||||
& "$env:VCPKG_INSTALLATION_ROOT\vcpkg.exe" install sdl3:x64-windows vulkan:x64-windows
|
& "$env:VCPKG_INSTALLATION_ROOT\vcpkg.exe" install sdl3[vulkan]:x64-windows vulkan:x64-windows
|
||||||
|
|
||||||
cmake `
|
cmake `
|
||||||
-S src/SharpEmu.Gpu.Vulkan.Native `
|
-S src/SharpEmu.Gpu.Vulkan.Native `
|
||||||
@@ -201,7 +201,7 @@ jobs:
|
|||||||
libwayland-dev \
|
libwayland-dev \
|
||||||
libxkbcommon-dev \
|
libxkbcommon-dev \
|
||||||
pkg-config
|
pkg-config
|
||||||
"$VCPKG_INSTALLATION_ROOT/vcpkg" install sdl3:x64-linux
|
"$VCPKG_INSTALLATION_ROOT/vcpkg" install sdl3[vulkan]:x64-linux
|
||||||
cmake \
|
cmake \
|
||||||
-S src/SharpEmu.Gpu.Vulkan.Native \
|
-S src/SharpEmu.Gpu.Vulkan.Native \
|
||||||
-B artifacts/native/gpu-vulkan \
|
-B artifacts/native/gpu-vulkan \
|
||||||
|
|||||||
Reference in New Issue
Block a user