mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-01-31 13:50:48 +00:00
Fix compile error on macOS
This commit is contained in:
parent
4c85f461b1
commit
449501c75b
1 changed files with 0 additions and 5 deletions
|
@ -432,11 +432,6 @@ public:
|
|||
|
||||
try
|
||||
{
|
||||
unsigned int count = 64;
|
||||
const char* names[64];
|
||||
if (!I_GetVulkanPlatformExtensions(&count, names))
|
||||
VulkanError("I_GetVulkanPlatformExtensions failed");
|
||||
|
||||
VulkanInstanceBuilder builder;
|
||||
builder.DebugLayer(vk_debug);
|
||||
builder.RequireExtension(VK_KHR_SURFACE_EXTENSION_NAME); // KHR_surface, required
|
||||
|
|
Loading…
Reference in a new issue