Flutter Impeller
impeller::BlitCopyTextureToTextureCommand Struct Reference

#include <blit_command.h>

Inheritance diagram for impeller::BlitCopyTextureToTextureCommand:
impeller::BlitCommand impeller::BlitCopyTextureToTextureCommandGLES

Public Attributes

std::shared_ptr< Texturesource
 
std::shared_ptr< Texturedestination
 
IRect source_region
 
IPoint destination_origin
 
- Public Attributes inherited from impeller::BlitCommand
std::string label
 

Detailed Description

Definition at line 19 of file blit_command.h.

Member Data Documentation

◆ destination

std::shared_ptr<Texture> impeller::BlitCopyTextureToTextureCommand::destination

◆ destination_origin

IPoint impeller::BlitCopyTextureToTextureCommand::destination_origin

◆ source

std::shared_ptr<Texture> impeller::BlitCopyTextureToTextureCommand::source

◆ source_region

IRect impeller::BlitCopyTextureToTextureCommand::source_region

The documentation for this struct was generated from the following file: