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

(9036bfe98f5d9c1f915347feaf7d9d1a10f04fd8)

#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.