Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
QSSGComputePipelineStateKey Struct Reference

#include <qssgrhicontext_p.h>

+ Collaboration diagram for QSSGComputePipelineStateKey:

Static Public Member Functions

static QSSGComputePipelineStateKey create (const QShader &shader, const QRhiShaderResourceBindings *srb)
 

Public Attributes

QShader shader
 
QVector< quint32srbLayoutDescription
 
struct { 
 
   size_t   srbLayoutDescriptionHash 
 
extra 
 

Detailed Description

Definition at line 525 of file qssgrhicontext_p.h.

Member Function Documentation

◆ create()

static QSSGComputePipelineStateKey QSSGComputePipelineStateKey::create ( const QShader shader,
const QRhiShaderResourceBindings srb 
)
inlinestatic

Definition at line 532 of file qssgrhicontext_p.h.

References qHash(), QRhiShaderResourceBindings::serializedLayoutDescription(), and shader.

+ Here is the call graph for this function:

Member Data Documentation

◆ [struct]

struct { ... } QSSGComputePipelineStateKey::extra

Referenced by qHash().

◆ shader

QShader QSSGComputePipelineStateKey::shader

Definition at line 527 of file qssgrhicontext_p.h.

Referenced by create(), and qHash().

◆ srbLayoutDescription

QVector<quint32> QSSGComputePipelineStateKey::srbLayoutDescription

Definition at line 528 of file qssgrhicontext_p.h.

◆ srbLayoutDescriptionHash

size_t QSSGComputePipelineStateKey::srbLayoutDescriptionHash

Definition at line 530 of file qssgrhicontext_p.h.

Referenced by qHash().


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