This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <Cocoa/Cocoa.h> | |
#import <Metal/Metal.h> | |
#import <MetalKit/MetalKit.h> | |
#import <simd/simd.h> | |
// BUG: on OSX 10.15.6, the App menu is not clickable at the first activation, but becomes so after switching to another app | |
//---------------------------------------------------------------------------- |