#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.
References has_depth_stencil, has_msaa, impeller::TSize< T >::height, mip_count, size, and impeller::TSize< T >::width.
|
inlineconstexpr |
Definition at line 27 of file render_target.h.
References has_depth_stencil, has_msaa, mip_count, and size.
bool impeller::RenderTargetConfig::has_depth_stencil = false |
Definition at line 25 of file render_target.h.
Referenced by Hash(), and operator==().
bool impeller::RenderTargetConfig::has_msaa = false |
Definition at line 24 of file render_target.h.
Referenced by Hash(), and operator==().
size_t impeller::RenderTargetConfig::mip_count = 0 |
Definition at line 23 of file render_target.h.
Referenced by Hash(), and operator==().
Definition at line 22 of file render_target.h.
Referenced by impeller::RenderTargetCache::CreateOffscreen(), impeller::RenderTargetCache::CreateOffscreenMSAA(), Hash(), operator==(), and impeller::RenderTarget::ToConfig().