1
0
mirror of https://github.com/citra-emu/citra.git synced 2025-08-11 13:10:35 +00:00

vk_instance: Enable robust buffer access

* Improves stability on mali devices
This commit is contained in:
GPUCode 2023-08-20 16:52:49 +03:00
parent faf6b36f3b
commit 66c5f59627

@ -463,6 +463,7 @@ bool Instance::CreateDevice() {
},
vk::PhysicalDeviceFeatures2{
.features{
.robustBufferAccess = features.robustBufferAccess,
.geometryShader = features.geometryShader,
.logicOp = features.logicOp,
.samplerAnisotropy = features.samplerAnisotropy,