Merge pull request #67879 from bruvzg/fix_no_vlk
Fix build with Vulkan disabled and no Vulkan headers installed.
This commit is contained in:
commit
9188bc7341
14 changed files with 56 additions and 10 deletions
|
|
@ -40,7 +40,6 @@
|
|||
|
||||
#include "vulkan_context_ios.h"
|
||||
|
||||
#import <QuartzCore/CAMetalLayer.h>
|
||||
#ifdef USE_VOLK
|
||||
#include <volk.h>
|
||||
#else
|
||||
|
|
@ -48,6 +47,9 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
#import <QuartzCore/CAMetalLayer.h>
|
||||
|
||||
class DisplayServerIOS : public DisplayServer {
|
||||
GDCLASS(DisplayServerIOS, DisplayServer)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue