Sign in
flutter
/
third_party
/
imgui
/
5503c0a12e0c929e84b3f61b2cb4bb9177ea3da1
/
.
/
examples
/
example_apple_metal
/
Shared
/
Renderer.h
blob: 81fc6f547eb0a28dc732a2793b9dd2f92b018576 [
file
] [
log
] [
blame
]
#import <MetalKit/MetalKit.h>
@interface
Renderer
:
NSObject
<
MTKViewDelegate
>
-(
nonnull instancetype
)
initWithView
:(
nonnull
MTKView
*)
view
;
@end