Flutter Engine
The Flutter Engine
Public Member Functions | Public Attributes | List of all members
impeller::DepthRange Struct Reference

#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
 

Detailed Description

Definition at line 388 of file formats.h.

Member Function Documentation

◆ operator==()

constexpr bool impeller::DepthRange::operator== ( const DepthRange other) const
inlineconstexpr

Definition at line 392 of file formats.h.

392 {
393 return z_near == other.z_near && z_far == other.z_far;
394 }

Member Data Documentation

◆ z_far

Scalar impeller::DepthRange::z_far = 1.0

Definition at line 390 of file formats.h.

◆ z_near

Scalar impeller::DepthRange::z_near = 0.0

Definition at line 389 of file formats.h.


The documentation for this struct was generated from the following file: