clang-format

This commit is contained in:
Nguyen Dac Nam 2020-02-20 09:39:30 +07:00 committed by GitHub
parent 090dd95c05
commit 5b3a5b5fb6

View file

@ -289,7 +289,7 @@ public:
AddCapability(spv::Capability::ShaderViewportIndexLayerEXT); AddCapability(spv::Capability::ShaderViewportIndexLayerEXT);
} }
} }
if (device.IsShaderStorageImageReadWithoutFormatSupported()) { if (device.IsShaderStorageImageReadWithoutFormatSupported()) {
AddCapability(spv::Capability::StorageImageReadWithoutFormat); AddCapability(spv::Capability::StorageImageReadWithoutFormat);
} }