Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
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 378 of file qsgbatchrenderer_p.h.

Constructor & Destructor Documentation

◆ StencilClipState()

QSGBatchRenderer::StencilClipState::StencilClipState ( )
inline

Definition at line 380 of file qsgbatchrenderer_p.h.

Member Function Documentation

◆ reset()

void QSGBatchRenderer::StencilClipState::reset ( )
inline

Definition at line 994 of file qsgbatchrenderer_p.h.

Referenced by QSGBatchRenderer::qsg_wipeBatch().

+ Here is the caller graph for this function:

Member Data Documentation

◆ drawCalls

QDataBuffer<StencilDrawCall> QSGBatchRenderer::StencilClipState::drawCalls

Definition at line 397 of file qsgbatchrenderer_p.h.

◆ ibuf

QRhiBuffer* QSGBatchRenderer::StencilClipState::ibuf = nullptr

Definition at line 385 of file qsgbatchrenderer_p.h.

◆ srb

QRhiShaderResourceBindings* QSGBatchRenderer::StencilClipState::srb = nullptr

Definition at line 383 of file qsgbatchrenderer_p.h.

◆ ubuf

QRhiBuffer* QSGBatchRenderer::StencilClipState::ubuf = nullptr

Definition at line 386 of file qsgbatchrenderer_p.h.

◆ updateStencilBuffer

bool QSGBatchRenderer::StencilClipState::updateStencilBuffer = false

Definition at line 382 of file qsgbatchrenderer_p.h.

◆ vbuf

QRhiBuffer* QSGBatchRenderer::StencilClipState::vbuf = nullptr

Definition at line 384 of file qsgbatchrenderer_p.h.


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