eden/src/android/app
Ribbit db65f10768
[vk] Unify RAII in Vulkan (#2679)
This PR consolidates Vulkan RAII on video_core/vulkan_common/vulkan_wrapper.h’s vk::Handle and remove the unused duplicate src/video_core/vulkan_common/vulkan_raii.h, reducing confusion and maintenance. Swapchain now uses RAII‑managed per‑image semaphores and clears them in Destroy(), providing correct present synchronization and automatic cleanup. Expected result: simpler lifetimes, fewer leak risks, and more stable presentation with negligible overhead.

Co-authored-by: Ribbit <ribbit@placeholder.com>
Reviewed-on: #2679
Reviewed-by: MaranBr <maranbr@eden-emu.dev>
Reviewed-by: CamilleLaVey <camillelavey99@gmail.com>
Co-authored-by: Ribbit <ribbit@eden-emu.dev>
Co-committed-by: Ribbit <ribbit@eden-emu.dev>
2025-10-08 04:01:24 +02:00
..
src/main [vk] Unify RAII in Vulkan (#2679) 2025-10-08 04:01:24 +02:00
build.gradle.kts [ci] improve ccache and add support on Android (#2673) 2025-10-08 01:04:18 +02:00
debug.keystore android: Provide debug.keystore for debug and relWithDebInfo builds 2024-01-21 22:08:07 -05:00
proguard-rules.pro android: Various fixes for CI. 2023-06-03 00:06:05 -07:00