#include <formats.h>
Public Member Functions | |
| constexpr bool | operator== (const DepthAttachmentDescriptor &o) const |
| constexpr size_t | GetHash () const |
Public Attributes | |
| CompareFunction | depth_compare = CompareFunction::kAlways |
| bool | depth_write_enabled = false |
|
inlineconstexpr |
Definition at line 605 of file formats.h.
References depth_compare, and depth_write_enabled.
Referenced by std::hash< impeller::DepthAttachmentDescriptor >::operator()().
|
inlineconstexpr |
| CompareFunction impeller::DepthAttachmentDescriptor::depth_compare = CompareFunction::kAlways |
Indicates how to compare the value with that in the depth buffer.
Definition at line 594 of file formats.h.
Referenced by impeller::ContentContextOptions::ApplyToPipelineDescriptor(), GetHash(), impeller::PipelineBuilder< VertexShader_, FragmentShader_ >::InitializePipelineDescriptorDefaults(), operator==(), and impeller::ToMTLDepthStencilDescriptor().
| bool impeller::DepthAttachmentDescriptor::depth_write_enabled = false |
Indicates when writes must be performed to the depth buffer.
Definition at line 598 of file formats.h.
Referenced by impeller::ContentContextOptions::ApplyToPipelineDescriptor(), GetHash(), and operator==().