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
QSSGRhiDrawCallData Struct Reference

#include <qssgrhicontext_p.h>

+ Collaboration diagram for QSSGRhiDrawCallData:

Public Member Functions

void reset ()
 

Public Attributes

QRhiBufferubuf = nullptr
 
QRhiShaderResourceBindingssrb = nullptr
 
QSSGRhiShaderResourceBindingList bindings
 
QRhiGraphicsPipelinepipeline = nullptr
 
size_t renderTargetDescriptionHash = 0
 
QVector< quint32renderTargetDescription
 
QSSGRhiGraphicsPipelineState ps
 

Detailed Description

Definition at line 566 of file qssgrhicontext_p.h.

Member Function Documentation

◆ reset()

void QSSGRhiDrawCallData::reset ( )
inline

Definition at line 576 of file qssgrhicontext_p.h.

References pipeline, srb, and ubuf.

Member Data Documentation

◆ bindings

QSSGRhiShaderResourceBindingList QSSGRhiDrawCallData::bindings

Definition at line 570 of file qssgrhicontext_p.h.

◆ pipeline

QRhiGraphicsPipeline* QSSGRhiDrawCallData::pipeline = nullptr

Definition at line 571 of file qssgrhicontext_p.h.

Referenced by reset().

◆ ps

QSSGRhiGraphicsPipelineState QSSGRhiDrawCallData::ps

Definition at line 574 of file qssgrhicontext_p.h.

◆ renderTargetDescription

QVector<quint32> QSSGRhiDrawCallData::renderTargetDescription

Definition at line 573 of file qssgrhicontext_p.h.

◆ renderTargetDescriptionHash

size_t QSSGRhiDrawCallData::renderTargetDescriptionHash = 0

Definition at line 572 of file qssgrhicontext_p.h.

◆ srb

QRhiShaderResourceBindings* QSSGRhiDrawCallData::srb = nullptr

Definition at line 569 of file qssgrhicontext_p.h.

Referenced by reset().

◆ ubuf


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