Check for Vulkan Memory Model support and make it a variant.

This commit is contained in:
Dario
2025-07-24 09:22:44 -03:00
parent 967e2d499a
commit b962b38e74
9 changed files with 87 additions and 45 deletions

View File

@ -5588,6 +5588,8 @@ bool RenderingDeviceDriverD3D12::has_feature(Features p_feature) {
return true;
case SUPPORTS_IMAGE_ATOMIC_32_BIT:
return true;
case SUPPORTS_VULKAN_MEMORY_MODEL:
return false;
default:
return false;
}