mirror of
https://github.com/ZDoom/qzdoom.git
synced 2025-02-09 01:01:05 +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
|
try
|
||||||
{
|
{
|
||||||
unsigned int count = 64;
|
|
||||||
const char* names[64];
|
|
||||||
if (!I_GetVulkanPlatformExtensions(&count, names))
|
|
||||||
VulkanError("I_GetVulkanPlatformExtensions failed");
|
|
||||||
|
|
||||||
VulkanInstanceBuilder builder;
|
VulkanInstanceBuilder builder;
|
||||||
builder.DebugLayer(vk_debug);
|
builder.DebugLayer(vk_debug);
|
||||||
builder.RequireExtension(VK_KHR_SURFACE_EXTENSION_NAME); // KHR_surface, required
|
builder.RequireExtension(VK_KHR_SURFACE_EXTENSION_NAME); // KHR_surface, required
|
||||||
|
|
Loading…
Reference in a new issue