Flutter Linux Embedder
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
11
G_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
*/
20
void
fl_texture_set_id
(FlTexture* texture, int64_t
id
);
21
22
G_END_DECLS
23
24
#endif // FLUTTER_SHELL_PLATFORM_LINUX_FL_TEXTURE_PRIVATE_H_
fl_texture_set_id
G_BEGIN_DECLS void fl_texture_set_id(FlTexture *texture, int64_t id)
Definition:
fl_texture.cc:15
fl_texture.h
shell
platform
linux
fl_texture_private.h
Generated by
1.8.17