Add SPV_KHR_vulkan_memory_model to aggressive_dead_code_elim (#4320)

This commit is contained in:
Ashley Hauck 2021-06-10 14:36:59 +02:00 committed by GitHub
parent bbc660edab
commit edc3a24781
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -996,6 +996,7 @@ void AggressiveDCEPass::InitExtensions() {
"SPV_EXT_physical_storage_buffer",
"SPV_KHR_terminate_invocation",
"SPV_KHR_shader_clock",
"SPV_KHR_vulkan_memory_model",
});
}