Flutter Engine
The Flutter Engine
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Public Attributes | List of all members
impeller::BlitCopyBufferToTextureCommand Struct Reference

#include <blit_command.h>

Inheritance diagram for impeller::BlitCopyBufferToTextureCommand:
impeller::BlitCommand impeller::BlitCopyBufferToTextureCommandGLES

Public Attributes

BufferView source
 
std::shared_ptr< Texturedestination
 
IRect destination_region
 
uint32_t slice = 0
 
- 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_region

IRect impeller::BlitCopyBufferToTextureCommand::destination_region

Definition at line 35 of file blit_command.h.

◆ slice

uint32_t impeller::BlitCopyBufferToTextureCommand::slice = 0

Definition at line 36 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: