![]() |
Qt 6.x
The Qt SDK
|
#include <qsgbatchrenderer_p.h>
Collaboration diagram for QSGBatchRenderer::StencilClipState:Classes | |
| struct | StencilDrawCall |
Public Member Functions | |
| StencilClipState () | |
| void | reset () |
Public Attributes | |
| bool | updateStencilBuffer = false |
| QRhiShaderResourceBindings * | srb = nullptr |
| QRhiBuffer * | vbuf = nullptr |
| QRhiBuffer * | ibuf = nullptr |
| QRhiBuffer * | ubuf = nullptr |
| QDataBuffer< StencilDrawCall > | drawCalls |
Definition at line 378 of file qsgbatchrenderer_p.h.
|
inline |
Definition at line 380 of file qsgbatchrenderer_p.h.
|
inline |
Definition at line 974 of file qsgbatchrenderer_p.h.
Referenced by QSGBatchRenderer::qsg_wipeBatch().
Here is the caller graph for this function:| QDataBuffer<StencilDrawCall> QSGBatchRenderer::StencilClipState::drawCalls |
Definition at line 397 of file qsgbatchrenderer_p.h.
| QRhiBuffer* QSGBatchRenderer::StencilClipState::ibuf = nullptr |
Definition at line 385 of file qsgbatchrenderer_p.h.
| QRhiShaderResourceBindings* QSGBatchRenderer::StencilClipState::srb = nullptr |
Definition at line 383 of file qsgbatchrenderer_p.h.
| QRhiBuffer* QSGBatchRenderer::StencilClipState::ubuf = nullptr |
Definition at line 386 of file qsgbatchrenderer_p.h.
| bool QSGBatchRenderer::StencilClipState::updateStencilBuffer = false |
Definition at line 382 of file qsgbatchrenderer_p.h.
| QRhiBuffer* QSGBatchRenderer::StencilClipState::vbuf = nullptr |
Definition at line 384 of file qsgbatchrenderer_p.h.