#include <formats.h>
Public Member Functions | |
| constexpr bool | operator== (const DepthRange &other) const |
Public Attributes | |
| Scalar | z_near = 0.0 |
| Scalar | z_far = 1.0 |
|
inlineconstexpr |
| Scalar impeller::DepthRange::z_far = 1.0 |
Definition at line 399 of file formats.h.
Referenced by operator==(), impeller::PassBindingsCacheMTL::SetViewport(), and impeller::ToVkViewport().
| Scalar impeller::DepthRange::z_near = 0.0 |
Definition at line 398 of file formats.h.
Referenced by operator==(), impeller::PassBindingsCacheMTL::SetViewport(), impeller::testing::TEST(), and impeller::ToVkViewport().