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
QSSGComputePipelineStateKey Class 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 638 of file qssgrhicontext_p.h.

Member Function Documentation

◆ create()

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

Definition at line 646 of file qssgrhicontext_p.h.

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

Referenced by QSSGRhiContextPrivate::computePipeline().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Member Data Documentation

◆ [struct]

struct { ... } QSSGComputePipelineStateKey::extra

Referenced by qHash().

◆ shader

QShader QSSGComputePipelineStateKey::shader

Definition at line 641 of file qssgrhicontext_p.h.

Referenced by create(), and qHash().

◆ srbLayoutDescription

QVector<quint32> QSSGComputePipelineStateKey::srbLayoutDescription

Definition at line 642 of file qssgrhicontext_p.h.

◆ srbLayoutDescriptionHash

size_t QSSGComputePipelineStateKey::srbLayoutDescriptionHash

Definition at line 644 of file qssgrhicontext_p.h.


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