![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qsgbatchrenderer_p.h>
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 361 of file qsgbatchrenderer_p.h.
| Enumerator | |
|---|---|
| NoClip | |
| ScissorClip | |
| StencilClip | |
Definition at line 363 of file qsgbatchrenderer_p.h.
|
inline |
Definition at line 996 of file qsgbatchrenderer_p.h.
References stencilRef.
| const QSGClipNode* QSGBatchRenderer::ClipState::clipList |
Definition at line 371 of file qsgbatchrenderer_p.h.
| QRhiScissor QSGBatchRenderer::ClipState::scissor |
Definition at line 373 of file qsgbatchrenderer_p.h.
| int QSGBatchRenderer::ClipState::stencilRef |
Definition at line 374 of file qsgbatchrenderer_p.h.
Referenced by reset().
| ClipType QSGBatchRenderer::ClipState::type |
Definition at line 372 of file qsgbatchrenderer_p.h.