Flutter Engine
The Flutter Engine
|
#include <memory>
#include <string>
#include <unordered_map>
#include "flutter/lib/gpu/export.h"
#include "flutter/lib/gpu/shader.h"
#include "flutter/lib/ui/dart_wrapper.h"
#include "fml/memory/ref_ptr.h"
Go to the source code of this file.
Classes | |
class | flutter::gpu::ShaderLibrary |
An immutable collection of shaders loaded from a shader bundle asset. More... | |
Namespaces | |
namespace | flutter |
namespace | flutter::gpu |
Functions | |
FLUTTER_GPU_EXPORT Dart_Handle | InternalFlutterGpu_ShaderLibrary_InitializeWithAsset (Dart_Handle wrapper, Dart_Handle asset_name) |
FLUTTER_GPU_EXPORT Dart_Handle | InternalFlutterGpu_ShaderLibrary_GetShader (flutter::gpu::ShaderLibrary *wrapper, Dart_Handle shader_name, Dart_Handle shader_wrapper) |
FLUTTER_GPU_EXPORT Dart_Handle InternalFlutterGpu_ShaderLibrary_GetShader | ( | flutter::gpu::ShaderLibrary * | wrapper, |
Dart_Handle | shader_name, | ||
Dart_Handle | shader_wrapper | ||
) |
Definition at line 376 of file shader_library.cc.
FLUTTER_GPU_EXPORT Dart_Handle InternalFlutterGpu_ShaderLibrary_InitializeWithAsset | ( | Dart_Handle | wrapper, |
Dart_Handle | asset_name | ||
) |
Exports
Definition at line 352 of file shader_library.cc.