#include <blit_command_gles.h>
Definition at line 53 of file blit_command_gles.h.
◆ ~BlitGenerateMipmapCommandGLES()
impeller::BlitGenerateMipmapCommandGLES::~BlitGenerateMipmapCommandGLES |
( |
| ) |
|
|
overridedefault |
◆ Encode()
bool impeller::BlitGenerateMipmapCommandGLES::Encode |
( |
const ReactorGLES & |
reactor | ) |
const |
|
overridevirtual |
Implements impeller::BlitEncodeGLES.
Definition at line 347 of file blit_command_gles.cc.
347 {
349 if (!texture_gles->GenerateMipmap()) {
350 return false;
351 }
352
353 return true;
354};
static TextureGLES & Cast(Texture &base)
std::shared_ptr< Texture > texture
◆ GetLabel()
std::string impeller::BlitGenerateMipmapCommandGLES::GetLabel |
( |
| ) |
const |
|
overridevirtual |
The documentation for this struct was generated from the following files: