Go to the source code of this file.
◆ DoesHardwareSupportWideGamut()
| static BOOL DoesHardwareSupportWideGamut |
( |
| ) |
|
|
static |
Definition at line 16 of file FlutterDartProject.mm.
17 static BOOL result = NO;
18 static dispatch_once_t once_token = 0;
19 dispatch_once(&once_token, ^{
20 id<MTLDevice> device = MTLCreateSystemDefaultDevice();
24 result = [device supportsFamily:MTLGPUFamilyApple3];
◆ _assetsPath
◆ _ICUDataPath
◆ kAppBundleIdentifier
| NSString* const kAppBundleIdentifier = @"@"io.flutter.flutter.app" |
|
static |
◆ kICUBundlePath
| NSString* const kICUBundlePath = @"@"icudtl.dat" |
|
static |