#include <formats.h>
Public Member Functions | |
constexpr bool | operator== (const Viewport &other) const |
Public Attributes | |
Rect | rect |
DepthRange | depth_range |
|
inlineconstexpr |
Definition at line 402 of file formats.h.
References depth_range, and rect.
DepthRange impeller::Viewport::depth_range |
Definition at line 400 of file formats.h.
Referenced by operator==(), and impeller::PassBindingsCacheMTL::SetViewport().
Rect impeller::Viewport::rect |
Definition at line 399 of file formats.h.
Referenced by ImGui_ImplImpeller_RenderDrawData(), operator==(), and impeller::PassBindingsCacheMTL::SetViewport().