#include <texture.h>
Definition at line 20 of file texture.h.
◆ Free()
| static void impeller::GLTextureTraits::Free |
( |
GLTexture |
image | ) |
|
|
inlinestatic |
Definition at line 27 of file texture.h.
27 {
28 glDeleteTextures(1, &
image.texture_name);
29 }
FlutterVulkanImage * image
References image.
◆ InvalidValue()
| static GLTexture impeller::GLTextureTraits::InvalidValue |
( |
| ) |
|
|
inlinestatic |
◆ IsValid()
| static bool impeller::GLTextureTraits::IsValid |
( |
const GLTexture & |
value | ) |
|
|
inlinestatic |
The documentation for this struct was generated from the following file: