vk_instance: Enable robust buffer access
* Improves stability on mali devices
This commit is contained in:
@@ -463,6 +463,7 @@ bool Instance::CreateDevice() {
|
|||||||
},
|
},
|
||||||
vk::PhysicalDeviceFeatures2{
|
vk::PhysicalDeviceFeatures2{
|
||||||
.features{
|
.features{
|
||||||
|
.robustBufferAccess = features.robustBufferAccess,
|
||||||
.geometryShader = features.geometryShader,
|
.geometryShader = features.geometryShader,
|
||||||
.logicOp = features.logicOp,
|
.logicOp = features.logicOp,
|
||||||
.samplerAnisotropy = features.samplerAnisotropy,
|
.samplerAnisotropy = features.samplerAnisotropy,
|
||||||
|
Reference in New Issue
Block a user