Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Attributes | List of all members
impeller::BlitCopyTextureToTextureCommand Struct Reference

#include <blit_command.h>

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

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 18 of file blit_command.h.

Member Data Documentation

◆ destination

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

Definition at line 20 of file blit_command.h.

◆ destination_origin

IPoint impeller::BlitCopyTextureToTextureCommand::destination_origin

Definition at line 22 of file blit_command.h.

◆ source

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

Definition at line 19 of file blit_command.h.

◆ source_region

IRect impeller::BlitCopyTextureToTextureCommand::source_region

Definition at line 21 of file blit_command.h.


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