![]() |
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>
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 379 of file qsgbatchrenderer_p.h.
|
inline |
Definition at line 381 of file qsgbatchrenderer_p.h.
|
inline |
Definition at line 1003 of file qsgbatchrenderer_p.h.
References ibuf, ubuf, updateStencilBuffer, and vbuf.
QDataBuffer<StencilDrawCall> QSGBatchRenderer::StencilClipState::drawCalls |
Definition at line 398 of file qsgbatchrenderer_p.h.
QRhiBuffer* QSGBatchRenderer::StencilClipState::ibuf = nullptr |
Definition at line 386 of file qsgbatchrenderer_p.h.
Referenced by reset().
QRhiShaderResourceBindings* QSGBatchRenderer::StencilClipState::srb = nullptr |
Definition at line 384 of file qsgbatchrenderer_p.h.
QRhiBuffer* QSGBatchRenderer::StencilClipState::ubuf = nullptr |
Definition at line 387 of file qsgbatchrenderer_p.h.
Referenced by reset().
bool QSGBatchRenderer::StencilClipState::updateStencilBuffer = false |
Definition at line 383 of file qsgbatchrenderer_p.h.
Referenced by reset().
QRhiBuffer* QSGBatchRenderer::StencilClipState::vbuf = nullptr |
Definition at line 385 of file qsgbatchrenderer_p.h.
Referenced by reset().