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
/* | |
Minmal Cocoa Window with Metal API | |
No error handling intentionally to just show the happy path | |
IMPORTANT: you odin version needs to be using the commit edcd335 or later! | |
Otherwise you will get a silent error at runtime as Cocoa would have not been linked! | |
*/ | |
package minimal_metal_window | |
import NS "vendor:darwin/Foundation" |