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
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 616 of file qssgrhicontext_p.h.

Member Function Documentation

◆ reset()

void QSSGRhiDrawCallData::reset ( )
inline

Definition at line 626 of file qssgrhicontext_p.h.

Member Data Documentation

◆ bindings

QSSGRhiShaderResourceBindingList QSSGRhiDrawCallData::bindings

Definition at line 620 of file qssgrhicontext_p.h.

◆ pipeline

QRhiGraphicsPipeline* QSSGRhiDrawCallData::pipeline = nullptr

Definition at line 621 of file qssgrhicontext_p.h.

◆ ps

QSSGRhiGraphicsPipelineState QSSGRhiDrawCallData::ps

Definition at line 624 of file qssgrhicontext_p.h.

◆ renderTargetDescription

QVector<quint32> QSSGRhiDrawCallData::renderTargetDescription

Definition at line 623 of file qssgrhicontext_p.h.

◆ renderTargetDescriptionHash

size_t QSSGRhiDrawCallData::renderTargetDescriptionHash = 0

Definition at line 622 of file qssgrhicontext_p.h.

◆ srb

QRhiShaderResourceBindings* QSSGRhiDrawCallData::srb = nullptr

Definition at line 619 of file qssgrhicontext_p.h.

◆ ubuf

QRhiBuffer* QSSGRhiDrawCallData::ubuf = nullptr

Definition at line 618 of file qssgrhicontext_p.h.


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