Sign in
flutter
/
third_party
/
imgui
/
b1a18d82e32f13a2ae62df70d08ee46bc8ee6a76
/
.
/
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