mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-21 06:13:07 +01:00
macOS: Fixed VK (MoltenVK 1.2.6).
This commit is contained in:
@@ -2727,7 +2727,7 @@ namespace bgfx
|
||||
else if (BX_ENABLED(BX_PLATFORM_OSX) )
|
||||
{
|
||||
score += RendererType::Metal == renderer ? 20 : 0;
|
||||
score += RendererType::OpenGL == renderer ? 10 : 0;
|
||||
score += RendererType::Vulkan == renderer ? 10 : 0;
|
||||
}
|
||||
else if (BX_ENABLED(BX_PLATFORM_IOS) )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user