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

#include <blit_command.h>

Inheritance diagram for impeller::BlitCopyBufferToTextureCommand:
impeller::BlitCommand impeller::BlitCopyBufferToTextureCommandMTL impeller::BlitCopyBufferToTextureCommandVK

Public Attributes

BufferView source
 
std::shared_ptr< Texturedestination
 
IPoint destination_origin
 
- Public Attributes inherited from impeller::BlitCommand
std::string label
 

Detailed Description

Definition at line 32 of file blit_command.h.

Member Data Documentation

◆ destination

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

Definition at line 34 of file blit_command.h.

◆ destination_origin

IPoint impeller::BlitCopyBufferToTextureCommand::destination_origin

Definition at line 35 of file blit_command.h.

◆ source

BufferView impeller::BlitCopyBufferToTextureCommand::source

Definition at line 33 of file blit_command.h.


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