Flutter Impeller
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

◆ destination_offset

size_t impeller::BlitCopyTextureToBufferCommand::destination_offset

◆ source

◆ source_region


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