Allow KHR_shader_atomic_int64 and KHR_driver_properties extensions

* These are pass-through, needing no co-operation to capture and nothing needed
  for replay.
This commit is contained in:
baldurk
2018-10-11 11:09:37 +01:00
parent 2260ff3a75
commit dbf1ca9ffe
+6
View File
@@ -691,6 +691,9 @@ static const VkExtensionProperties supportedExtensions[] = {
VK_KHR_DISPLAY_SWAPCHAIN_EXTENSION_NAME, VK_KHR_DISPLAY_SWAPCHAIN_SPEC_VERSION,
},
#endif
{
VK_KHR_DRIVER_PROPERTIES_EXTENSION_NAME, VK_KHR_DRIVER_PROPERTIES_SPEC_VERSION,
},
{
VK_KHR_EXTERNAL_FENCE_EXTENSION_NAME, VK_KHR_EXTERNAL_FENCE_SPEC_VERSION,
},
@@ -778,6 +781,9 @@ static const VkExtensionProperties supportedExtensions[] = {
{
VK_KHR_SAMPLER_YCBCR_CONVERSION_EXTENSION_NAME, VK_KHR_SAMPLER_YCBCR_CONVERSION_SPEC_VERSION,
},
{
VK_KHR_SHADER_ATOMIC_INT64_EXTENSION_NAME, VK_KHR_SHADER_ATOMIC_INT64_SPEC_VERSION,
},
{
VK_KHR_SHADER_DRAW_PARAMETERS_EXTENSION_NAME, VK_KHR_SHADER_DRAW_PARAMETERS_SPEC_VERSION,
},