Sign in
foss-fpga-tools
/
third_party
/
nextpnr
/
HEAD
/
.
/
3rdparty
/
imgui
/
examples
/
example_apple_metal
/
Shared
/
Renderer.h
blob: f324915c7d5da290567f214b6bdf718323993496 [
file
] [
log
] [
blame
]
#import <MetalKit/MetalKit.h>
@interface
Renderer
:
NSObject
<
MTKViewDelegate
>
-(
nonnull instancetype
)
initWithView
:(
nonnull
MTKView
*)
view
;
@end