![]() |
Qt 6.x
The Qt SDK
|
#include <qsgbatchrenderer_p.h>
Collaboration diagram for QSGBatchRenderer::ClipState:Public Types | |
| enum | ClipTypeBit { NoClip = 0x00 , ScissorClip = 0x01 , StencilClip = 0x02 } |
Public Member Functions | |
| void | reset () |
Public Attributes | |
| const QSGClipNode * | clipList |
| ClipType | type |
| QRhiScissor | scissor |
| int | stencilRef |
Definition at line 360 of file qsgbatchrenderer_p.h.
| Enumerator | |
|---|---|
| NoClip | |
| ScissorClip | |
| StencilClip | |
Definition at line 362 of file qsgbatchrenderer_p.h.
|
inline |
Definition at line 967 of file qsgbatchrenderer_p.h.
References clipList, NoClip, and stencilRef.
Referenced by QSGBatchRenderer::Renderer::prepareRenderPass().
Here is the caller graph for this function:| const QSGClipNode* QSGBatchRenderer::ClipState::clipList |
Definition at line 370 of file qsgbatchrenderer_p.h.
Referenced by reset().
| QRhiScissor QSGBatchRenderer::ClipState::scissor |
Definition at line 372 of file qsgbatchrenderer_p.h.
| int QSGBatchRenderer::ClipState::stencilRef |
Definition at line 373 of file qsgbatchrenderer_p.h.
Referenced by reset().
| ClipType QSGBatchRenderer::ClipState::type |
Definition at line 371 of file qsgbatchrenderer_p.h.