Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
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 389 of file formats.h.

Member Function Documentation

◆ operator==()

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

Definition at line 393 of file formats.h.

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

Member Data Documentation

◆ z_far

Scalar impeller::DepthRange::z_far = 1.0

Definition at line 391 of file formats.h.

◆ z_near

Scalar impeller::DepthRange::z_near = 0.0

Definition at line 390 of file formats.h.


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