Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
fl_texture_private.h
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#ifndef FLUTTER_SHELL_PLATFORM_LINUX_FL_TEXTURE_PRIVATE_H_
6#define FLUTTER_SHELL_PLATFORM_LINUX_FL_TEXTURE_PRIVATE_H_
7
8#include "flutter/shell/platform/embedder/embedder.h"
9#include "flutter/shell/platform/linux/public/flutter_linux/fl_texture.h"
10
11G_BEGIN_DECLS
12
13/**
14 * fl_texture_set_id:
15 * @texture: an #FlTexture.
16 * @id: a texture ID.
17 *
18 * Set the ID for a texture.
19 */
20void fl_texture_set_id(FlTexture* texture, int64_t id);
21
22G_END_DECLS
23
24#endif // FLUTTER_SHELL_PLATFORM_LINUX_FL_TEXTURE_PRIVATE_H_
G_BEGIN_DECLS void fl_texture_set_id(FlTexture *texture, int64_t id)
Definition fl_texture.cc:15
FlTexture * texture