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
7
#include "
flutter/impeller/display_list/dl_runtime_effect_impeller.h
"
8
#include "
flutter/impeller/runtime_stage/runtime_stage.h
"
9
#include "third_party/skia/include/core/SkString.h"
10
11
namespace
Skwasm
{
12
sk_sp<flutter::DlRuntimeEffect>
CreateRuntimeEffect
(SkString* source) {
13
// TODO(jacksongardner): Implement runtime effect for wimp
14
// https://github.com/flutter/flutter/issues/175431
15
return
flutter::DlRuntimeEffectImpeller::Make
(
nullptr
);
16
}
17
}
// namespace Skwasm
flutter::DlRuntimeEffectImpeller::Make
static sk_sp< DlRuntimeEffect > Make(std::shared_ptr< impeller::RuntimeStage > runtime_stage)
Definition
dl_runtime_effect_impeller.cc:14
dl_runtime_effect_impeller.h
Skwasm
Definition
helpers.h:14
Skwasm::CreateRuntimeEffect
sk_sp< flutter::DlRuntimeEffect > CreateRuntimeEffect(SkString *string)
Definition
shaders_impeller.cc:12
runtime_stage.h
skwasm
shaders_impeller.cc
Generated on Sun Dec 14 2025 04:48:38 for Flutter Engine Uber Docs by
1.9.8