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
qssgrendershadercodegenerator_p.h File Reference

(2a22edfedaedff54f86ac9481290368eda3d83d6)

#include <QtQuick3DRuntimeRender/private/qtquick3druntimerenderglobal_p.h>
#include <QtQuick3DRuntimeRender/private/qssgrendershadercache_p.h>
#include <QtCore/qstring.h>
+ Include dependency graph for qssgrendershadercodegenerator_p.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  QSSGStageGeneratorBase
 
struct  QSSGVertexShaderGenerator
 
struct  QSSGFragmentShaderGenerator
 
class  QSSGProgramGenerator
 

Enumerations

enum class  QSSGShaderGeneratorStage { None = 0 , Vertex = 1 , Fragment = 1 << 1 , StageCount = 2 }
 

Enumeration Type Documentation

◆ QSSGShaderGeneratorStage

enum class QSSGShaderGeneratorStage
strong
Enumerator
None 
Vertex 
Fragment 
StageCount 

Definition at line 26 of file qssgrendershadercodegenerator_p.h.