Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
impeller::Viewport Struct Reference

#include <formats.h>

Public Member Functions

constexpr bool operator== (const Viewport &other) const
 

Public Attributes

Rect rect
 
DepthRange depth_range
 

Detailed Description

Definition at line 398 of file formats.h.

Member Function Documentation

◆ operator==()

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

Definition at line 402 of file formats.h.

402 {
403 return rect == other.rect && depth_range == other.depth_range;
404 }
DepthRange depth_range
Definition formats.h:400

Member Data Documentation

◆ depth_range

DepthRange impeller::Viewport::depth_range

Definition at line 400 of file formats.h.

◆ rect

Rect impeller::Viewport::rect

Definition at line 399 of file formats.h.


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