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