Flutter Engine Uber Docs
Docs for the entire Flutter Engine repo.
 
Loading...
Searching...
No Matches
shaders_impeller.cc
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 <emscripten/console.h>
6
9#include "third_party/skia/include/core/SkString.h"
10
11namespace Skwasm {
12sk_sp<flutter::DlRuntimeEffect> CreateRuntimeEffect(SkString* source) {
13 // TODO(jacksongardner): Implement runtime effect for wimp
14 // https://github.com/flutter/flutter/issues/175431
16}
17} // namespace Skwasm
static sk_sp< DlRuntimeEffect > Make(std::shared_ptr< impeller::RuntimeStage > runtime_stage)
sk_sp< flutter::DlRuntimeEffect > CreateRuntimeEffect(SkString *string)