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

#include <GrMtlDepthStencil.h>

Classes

struct  Face
 

Public Member Functions

bool operator== (const Key &that) const
 

Public Attributes

Face fFront
 
Face fBack
 

Detailed Description

Definition at line 30 of file GrMtlDepthStencil.h.

Member Function Documentation

◆ operator==()

bool GrMtlDepthStencil::Key::operator== ( const Key that) const
inline

Definition at line 39 of file GrMtlDepthStencil.h.

39 {
40 return this->fFront.fReadMask == that.fFront.fReadMask &&
41 this->fFront.fWriteMask == that.fFront.fWriteMask &&
42 this->fFront.fOps == that.fFront.fOps &&
43 this->fBack.fReadMask == that.fBack.fReadMask &&
44 this->fBack.fWriteMask == that.fBack.fWriteMask &&
45 this->fBack.fOps == that.fBack.fOps;
46 }

Member Data Documentation

◆ fBack

Face GrMtlDepthStencil::Key::fBack

Definition at line 37 of file GrMtlDepthStencil.h.

◆ fFront

Face GrMtlDepthStencil::Key::fFront

Definition at line 36 of file GrMtlDepthStencil.h.


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