Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QRhiGraphicsPipeline::StencilOpState Struct Reference

\variable QRhiGraphicsPipeline::TargetBlend::colorWrite More...

#include <qrhi.h>

Collaboration diagram for QRhiGraphicsPipeline::StencilOpState:

Public Attributes

StencilOp failOp = Keep
StencilOp depthFailOp = Keep
StencilOp passOp = Keep
CompareOp compareOp = Always

Detailed Description

\variable QRhiGraphicsPipeline::TargetBlend::colorWrite

\variable QRhiGraphicsPipeline::TargetBlend::enable

\variable QRhiGraphicsPipeline::TargetBlend::srcColor

\variable QRhiGraphicsPipeline::TargetBlend::dstColor

\variable QRhiGraphicsPipeline::TargetBlend::opColor

\variable QRhiGraphicsPipeline::TargetBlend::srcAlpha

\variable QRhiGraphicsPipeline::TargetBlend::dstAlpha

\variable QRhiGraphicsPipeline::TargetBlend::opAlpha

\inmodule QtGuiPrivate \inheaderfile rhi/qrhi.h

Since
6.6

Describes the stencil operation state.

The default-constructed StencilOpState has the following set: \list

  • failOp - \l Keep
  • depthFailOp - \l Keep
  • passOp - \l Keep
  • compareOp \l Always \endlist
Note
This is a RHI API with limited compatibility guarantees, see \l QRhi for details.

Definition at line 1412 of file qrhi.h.

Member Data Documentation

◆ compareOp

CompareOp QRhiGraphicsPipeline::StencilOpState::compareOp = Always

Definition at line 1416 of file qrhi.h.

◆ depthFailOp

StencilOp QRhiGraphicsPipeline::StencilOpState::depthFailOp = Keep

Definition at line 1414 of file qrhi.h.

◆ failOp

StencilOp QRhiGraphicsPipeline::StencilOpState::failOp = Keep

Definition at line 1413 of file qrhi.h.

◆ passOp

StencilOp QRhiGraphicsPipeline::StencilOpState::passOp = Keep

Definition at line 1415 of file qrhi.h.


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