Flutter Engine
The Flutter Engine
|
Encapsulates data that will be needed in the reactor for the encoding of commands for this render pass. More...
Public Attributes | |
Viewport | viewport |
Color | clear_color |
uint32_t | clear_stencil = 0u |
Scalar | clear_depth = 1.0 |
std::shared_ptr< Texture > | color_attachment |
std::shared_ptr< Texture > | depth_attachment |
std::shared_ptr< Texture > | stencil_attachment |
bool | clear_color_attachment = true |
bool | clear_depth_attachment = true |
bool | clear_stencil_attachment = true |
bool | discard_color_attachment = true |
bool | discard_depth_attachment = true |
bool | discard_stencil_attachment = true |
std::string | label |
Encapsulates data that will be needed in the reactor for the encoding of commands for this render pass.
Definition at line 122 of file render_pass_gles.cc.
Color impeller::RenderPassData::clear_color |
Definition at line 125 of file render_pass_gles.cc.
bool impeller::RenderPassData::clear_color_attachment = true |
Definition at line 133 of file render_pass_gles.cc.
Scalar impeller::RenderPassData::clear_depth = 1.0 |
Definition at line 127 of file render_pass_gles.cc.
bool impeller::RenderPassData::clear_depth_attachment = true |
Definition at line 134 of file render_pass_gles.cc.
uint32_t impeller::RenderPassData::clear_stencil = 0u |
Definition at line 126 of file render_pass_gles.cc.
bool impeller::RenderPassData::clear_stencil_attachment = true |
Definition at line 135 of file render_pass_gles.cc.
std::shared_ptr<Texture> impeller::RenderPassData::color_attachment |
Definition at line 129 of file render_pass_gles.cc.
std::shared_ptr<Texture> impeller::RenderPassData::depth_attachment |
Definition at line 130 of file render_pass_gles.cc.
bool impeller::RenderPassData::discard_color_attachment = true |
Definition at line 137 of file render_pass_gles.cc.
bool impeller::RenderPassData::discard_depth_attachment = true |
Definition at line 138 of file render_pass_gles.cc.
bool impeller::RenderPassData::discard_stencil_attachment = true |
Definition at line 139 of file render_pass_gles.cc.
std::string impeller::RenderPassData::label |
Definition at line 141 of file render_pass_gles.cc.
std::shared_ptr<Texture> impeller::RenderPassData::stencil_attachment |
Definition at line 131 of file render_pass_gles.cc.
Viewport impeller::RenderPassData::viewport |
Definition at line 123 of file render_pass_gles.cc.