Flutter Engine
The Flutter Engine
|
#include <formats.h>
Public Member Functions | |
constexpr bool | operator== (const StencilAttachmentDescriptor &o) const |
constexpr size_t | GetHash () const |
Public Attributes | |
CompareFunction | stencil_compare = CompareFunction::kAlways |
StencilOperation | stencil_failure = StencilOperation::kKeep |
StencilOperation | depth_failure = StencilOperation::kKeep |
StencilOperation | depth_stencil_pass = StencilOperation::kKeep |
uint32_t | read_mask = ~0 |
uint32_t | write_mask = ~0 |
|
inlineconstexpr |
Definition at line 644 of file formats.h.
|
inlineconstexpr |
Definition at line 636 of file formats.h.
StencilOperation impeller::StencilAttachmentDescriptor::depth_failure = StencilOperation::kKeep |
StencilOperation impeller::StencilAttachmentDescriptor::depth_stencil_pass = StencilOperation::kKeep |
uint32_t impeller::StencilAttachmentDescriptor::read_mask = ~0 |
CompareFunction impeller::StencilAttachmentDescriptor::stencil_compare = CompareFunction::kAlways |
StencilOperation impeller::StencilAttachmentDescriptor::stencil_failure = StencilOperation::kKeep |
uint32_t impeller::StencilAttachmentDescriptor::write_mask = ~0 |