diff --git a/neo/sys/DeviceManager_VK.cpp b/neo/sys/DeviceManager_VK.cpp index 80a62be3..ae02d78f 100644 --- a/neo/sys/DeviceManager_VK.cpp +++ b/neo/sys/DeviceManager_VK.cpp @@ -839,6 +839,7 @@ bool DeviceManager_VK::createDevice() auto deviceFeatures = vk::PhysicalDeviceFeatures() .setShaderImageGatherExtended( true ) + .setShaderStorageImageReadWithoutFormat( true ) .setSamplerAnisotropy( true ) .setTessellationShader( true ) .setTextureCompressionBC( true )