Cemu/src/Cafe/HW/Latte/Renderer/MetalView.h
SamoZ256 26e40a4bce
Some checks failed
Build check / build (push) Has been cancelled
Generate translation template / generate-pot (push) Has been cancelled
Add Metal backend (#1287)
2025-12-06 17:14:25 +01:00

8 lines
110 B
Objective-C

#pragma once
#import <Cocoa/Cocoa.h>
#import <QuartzCore/CAMetalLayer.h>
@interface MetalView : NSView
@end