Flutter Engine
 
Loading...
Searching...
No Matches
ios_context_noop_unittests.mm
Go to the documentation of this file.
1// Copyright 2013 The Flutter Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#include <QuartzCore/QuartzCore.h>
6#import <XCTest/XCTest.h>
7
11
13
14@interface IOSContextNoopTest : XCTestCase
15@end
16
17@implementation IOSContextNoopTest
18- (void)testCreateNoop {
20
22}
23
24@end
A noop rendering context for usage on simulators without metal support.
IOSRenderingBackend GetBackend() const override
Get the rendering backend used by this context.