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

Member Function Documentation

◆ reset()

void QSSGRhiDrawCallData::reset ( )
inline

Definition at line 664 of file qssgrhicontext_p.h.

Member Data Documentation

◆ bindings

QSSGRhiShaderResourceBindingList QSSGRhiDrawCallData::bindings

Definition at line 658 of file qssgrhicontext_p.h.

◆ pipeline

QRhiGraphicsPipeline* QSSGRhiDrawCallData::pipeline = nullptr

Definition at line 659 of file qssgrhicontext_p.h.

◆ ps

QSSGRhiGraphicsPipelineState QSSGRhiDrawCallData::ps

Definition at line 662 of file qssgrhicontext_p.h.

◆ renderTargetDescription

QVector<quint32> QSSGRhiDrawCallData::renderTargetDescription

Definition at line 661 of file qssgrhicontext_p.h.

◆ renderTargetDescriptionHash

size_t QSSGRhiDrawCallData::renderTargetDescriptionHash = 0

Definition at line 660 of file qssgrhicontext_p.h.

◆ srb

QRhiShaderResourceBindings* QSSGRhiDrawCallData::srb = nullptr

Definition at line 657 of file qssgrhicontext_p.h.

◆ ubuf

QRhiBuffer* QSSGRhiDrawCallData::ubuf = nullptr

Definition at line 656 of file qssgrhicontext_p.h.


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