#include <DrawTypes.h>
Definition at line 175 of file DrawTypes.h.
◆ DepthStencilSettings() [1/2]
constexpr skgpu::graphite::DepthStencilSettings::DepthStencilSettings |
( |
| ) |
|
|
constexprdefault |
◆ DepthStencilSettings() [2/2]
constexpr skgpu::graphite::DepthStencilSettings::DepthStencilSettings |
( |
Face |
front, |
|
|
Face |
back, |
|
|
uint32_t |
stencilRef, |
|
|
bool |
stencilTest, |
|
|
CompareOp |
depthCompare, |
|
|
bool |
depthTest, |
|
|
bool |
depthWrite |
|
) |
| |
|
inlineconstexpr |
Definition at line 210 of file DrawTypes.h.
uint32_t fStencilReferenceValue
CompareOp fDepthCompareOp
◆ operator==()
constexpr bool skgpu::graphite::DepthStencilSettings::operator== |
( |
const DepthStencilSettings & |
that | ) |
const |
|
inlineconstexpr |
◆ fBackStencil
Face skgpu::graphite::DepthStencilSettings::fBackStencil |
◆ fDepthCompareOp
◆ fDepthTestEnabled
bool skgpu::graphite::DepthStencilSettings::fDepthTestEnabled = false |
◆ fDepthWriteEnabled
bool skgpu::graphite::DepthStencilSettings::fDepthWriteEnabled = false |
◆ fFrontStencil
Face skgpu::graphite::DepthStencilSettings::fFrontStencil |
◆ fStencilReferenceValue
uint32_t skgpu::graphite::DepthStencilSettings::fStencilReferenceValue = 0 |
◆ fStencilTestEnabled
bool skgpu::graphite::DepthStencilSettings::fStencilTestEnabled = false |
The documentation for this struct was generated from the following file: