MGL(Win32)
読み取り中…
検索中…
一致する文字列を見つけられません
include
mgl
platform
apple
mgl_apple_metal_view_controller.h
[詳解]
1
// SPDX-License-Identifier: Zlib
2
/* ------------------------------------------------------------------------- */
9
/* ------------------------------------------------------------------------- */
10
11
#ifndef INCGUARD_MGL_APPLE_METAL_VIEW_CONTROLLER_H_1604391053
12
#define INCGUARD_MGL_APPLE_METAL_VIEW_CONTROLLER_H_1604391053
13
14
#import <MetalKit/MetalKit.h>
15
16
#import <
mgl/mgl_environment.h
>
17
18
#if defined(MGL_TARGET_MACOS)
19
#import <
mgl/platform/apple/macos/mgl_macos_view_controller.h
>
20
21
@interface
MGLMetalViewController : MGLmacOSViewController
22
@end
23
#elif defined(MGL_TARGET_IOS)
24
#import <
mgl/platform/apple/ios/mgl_ios_view_controller.h
>
25
26
@interface
MGLMetalViewController : MGLiOSViewController
27
@end
28
#elif defined(MGL_TARGET_TVOS)
29
#import <
mgl/platform/apple/tvos/mgl_tvos_view_controller.h
>
30
31
@interface
MGLMetalViewController : MGLtvOSViewController
32
@end
33
#endif
34
35
#endif
// INCGUARD_MGL_APPLE_METAL_VIEW_CONTROLLER_H_1604391053
36
37
// vim: et ts=4 sw=4 sts=4
mgl_environment.h
MGL 環境定義
mgl_ios_view_controller.h
MGL iOS用ビューコントローラ
mgl_macos_view_controller.h
MGL macOS用ビューコントローラ
mgl_tvos_view_controller.h
MGL tvOS用ビューコントローラ
構築:
1.12.0