Enable shaderStorageImageReadWithoutFormat device feature for new SSAO compute shader

This commit is contained in:
Stephen Saunders 2023-02-19 02:25:16 -05:00
parent 82a39cd59a
commit 2a0341df5f

View file

@ -839,6 +839,7 @@ bool DeviceManager_VK::createDevice()
auto deviceFeatures = vk::PhysicalDeviceFeatures()
.setShaderImageGatherExtended( true )
.setShaderStorageImageReadWithoutFormat( true )
.setSamplerAnisotropy( true )
.setTessellationShader( true )
.setTextureCompressionBC( true )