vk_instance: Enable robust buffer access
* Improves stability on mali devices
This commit is contained in:
parent
faf6b36f3b
commit
66c5f59627
1 changed files with 1 additions and 0 deletions
|
@ -463,6 +463,7 @@ bool Instance::CreateDevice() {
|
|||
},
|
||||
vk::PhysicalDeviceFeatures2{
|
||||
.features{
|
||||
.robustBufferAccess = features.robustBufferAccess,
|
||||
.geometryShader = features.geometryShader,
|
||||
.logicOp = features.logicOp,
|
||||
.samplerAnisotropy = features.samplerAnisotropy,
|
||||
|
|
Loading…
Reference in a new issue