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
QSGBatchRenderer::StencilClipState Struct Reference

#include <qsgbatchrenderer_p.h>

Collaboration diagram for QSGBatchRenderer::StencilClipState:

Classes

struct  StencilDrawCall

Public Member Functions

 StencilClipState ()
void reset ()

Public Attributes

bool updateStencilBuffer = false
QRhiShaderResourceBindingssrb = nullptr
QRhiBuffervbuf = nullptr
QRhiBufferibuf = nullptr
QRhiBufferubuf = nullptr
QDataBuffer< StencilDrawCalldrawCalls

Detailed Description

Definition at line 379 of file qsgbatchrenderer_p.h.

Constructor & Destructor Documentation

◆ StencilClipState()

QSGBatchRenderer::StencilClipState::StencilClipState ( )
inline

Definition at line 381 of file qsgbatchrenderer_p.h.

Member Function Documentation

◆ reset()

void QSGBatchRenderer::StencilClipState::reset ( )
inline

Definition at line 1003 of file qsgbatchrenderer_p.h.

References ibuf, ubuf, updateStencilBuffer, and vbuf.

Member Data Documentation

◆ drawCalls

QDataBuffer<StencilDrawCall> QSGBatchRenderer::StencilClipState::drawCalls

Definition at line 398 of file qsgbatchrenderer_p.h.

◆ ibuf

QRhiBuffer* QSGBatchRenderer::StencilClipState::ibuf = nullptr

Definition at line 386 of file qsgbatchrenderer_p.h.

Referenced by reset().

◆ srb

QRhiShaderResourceBindings* QSGBatchRenderer::StencilClipState::srb = nullptr

Definition at line 384 of file qsgbatchrenderer_p.h.

◆ ubuf

QRhiBuffer* QSGBatchRenderer::StencilClipState::ubuf = nullptr

Definition at line 387 of file qsgbatchrenderer_p.h.

Referenced by reset().

◆ updateStencilBuffer

bool QSGBatchRenderer::StencilClipState::updateStencilBuffer = false

Definition at line 383 of file qsgbatchrenderer_p.h.

Referenced by reset().

◆ vbuf

QRhiBuffer* QSGBatchRenderer::StencilClipState::vbuf = nullptr

Definition at line 385 of file qsgbatchrenderer_p.h.

Referenced by reset().


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