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

Member Function Documentation

◆ create()

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

Definition at line 696 of file qssgrhicontext_p.h.

Member Data Documentation

◆ [struct]

struct { ... } QSSGComputePipelineStateKey::extra

◆ shader

QShader QSSGComputePipelineStateKey::shader

Definition at line 691 of file qssgrhicontext_p.h.

◆ srbLayoutDescription

QVector<quint32> QSSGComputePipelineStateKey::srbLayoutDescription

Definition at line 692 of file qssgrhicontext_p.h.

◆ srbLayoutDescriptionHash

size_t QSSGComputePipelineStateKey::srbLayoutDescriptionHash

Definition at line 694 of file qssgrhicontext_p.h.


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