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
QSSGRenderPass Class Referenceabstract

#include <qssgrenderpass_p.h>

+ Inheritance diagram for QSSGRenderPass:
+ Collaboration diagram for QSSGRenderPass:

Public Types

enum class  Type { Standalone , Main , Extension }
 

Public Member Functions

virtual ~QSSGRenderPass ()
 
virtual void renderPrep (QSSGRenderer &renderer, QSSGLayerRenderData &data)=0
 
virtual void renderPass (QSSGRenderer &renderer)=0
 
virtual Type passType () const =0
 
virtual void resetForFrame ()=0
 

Detailed Description

Definition at line 35 of file qssgrenderpass_p.h.

Member Enumeration Documentation

◆ Type

enum class QSSGRenderPass::Type
strong
Enumerator
Standalone 
Main 
Extension 

Definition at line 38 of file qssgrenderpass_p.h.

Constructor & Destructor Documentation

◆ ~QSSGRenderPass()

QSSGRenderPass::~QSSGRenderPass ( )
virtual

Definition at line 35 of file qssgrenderpass.cpp.

Member Function Documentation

◆ passType()

◆ renderPass()

◆ renderPrep()

◆ resetForFrame()


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