Searched defs:DepthStencilSettings (Results 1 – 1 of 1) sorted by relevance
218 struct DepthStencilSettings { struct220 struct Face {253 constexpr DepthStencilSettings(Face front, in DepthStencilSettings() function278 Face fFrontStencil;279 Face fBackStencil;280 uint32_t fStencilReferenceValue = 0;281 CompareOp fDepthCompareOp = CompareOp::kAlways;282 bool fStencilTestEnabled = false;283 bool fDepthTestEnabled = false;284 bool fDepthWriteEnabled = false;