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

#include <blit_command.h>

Inheritance diagram for impeller::BlitCopyTextureToBufferCommand:
impeller::BlitCommand impeller::BlitCopyTextureToBufferCommandGLES impeller::BlitCopyTextureToBufferCommandMTL impeller::BlitCopyTextureToBufferCommandVK

Public Attributes

std::shared_ptr< Texturesource
 
std::shared_ptr< DeviceBufferdestination
 
IRect source_region
 
size_t destination_offset
 
- Public Attributes inherited from impeller::BlitCommand
std::string label
 

Detailed Description

Definition at line 25 of file blit_command.h.

Member Data Documentation

◆ destination

std::shared_ptr<DeviceBuffer> impeller::BlitCopyTextureToBufferCommand::destination

Definition at line 27 of file blit_command.h.

◆ destination_offset

size_t impeller::BlitCopyTextureToBufferCommand::destination_offset

Definition at line 29 of file blit_command.h.

◆ source

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

Definition at line 26 of file blit_command.h.

◆ source_region

IRect impeller::BlitCopyTextureToBufferCommand::source_region

Definition at line 28 of file blit_command.h.


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