Flutter Engine
The Flutter Engine
|
#include <render_target.h>
Public Member Functions | |
constexpr bool | operator== (const RenderTargetConfig &o) const |
constexpr size_t | Hash () const |
Public Attributes | |
ISize | size = ISize{0, 0} |
size_t | mip_count = 0 |
bool | has_msaa = false |
bool | has_depth_stencil = false |
Definition at line 21 of file render_target.h.
|
inlineconstexpr |
Definition at line 32 of file render_target.h.
|
inlineconstexpr |
Definition at line 27 of file render_target.h.
bool impeller::RenderTargetConfig::has_depth_stencil = false |
Definition at line 25 of file render_target.h.
bool impeller::RenderTargetConfig::has_msaa = false |
Definition at line 24 of file render_target.h.
size_t impeller::RenderTargetConfig::mip_count = 0 |
Definition at line 23 of file render_target.h.
Definition at line 22 of file render_target.h.