#include <CeresEngine/Material/ShaderCompiler/AST/AST.hpp>
|
| enum | : UInt32 { wasConverted = (1u << ( 0 ))
} |
| |
| enum class | Types {
Program
, CodeBlock
, Attribute
, SwitchCase
,
SamplerValue
, Register
, PackOffset
, ArrayDimension
,
TypeSpecifier
, VarDeclaration
, BufferDeclaration
, SamplerDeclaration
,
StructDeclaration
, AliasDeclaration
, FunctionDeclaration
, UniformBufferDeclaration
,
VarDeclarationStatement
, BufferDeclarationStatement
, SamplerDeclarationStatement
, AliasDeclarationStatement
,
BasicDeclarationStatement
, NullStatement
, CodeBlockStatement
, ForLoopStatement
,
WhileLoopStatement
, DoWhileLoopStatement
, IfStatement
, ElseStatement
,
SwitchStatement
, ExpressionStatement
, ReturnStatement
, CtrlTransferStatement
,
LayoutStatement
, NullExpression
, SequenceExpression
, LiteralExpression
,
TypeSpecifierExpression
, TernaryExpression
, BinaryExpression
, UnaryExpression
,
PostUnaryExpression
, CallExpression
, BracketExpression
, ObjectExpression
,
AssignExpression
, ArrayExpression
, CastExpression
, InitializerExpression
} |
| |
| enum | : UInt32 { isReachable = (1u << ( 30 ))
, isDeadCode = (1u << ( 29 ))
, isBuiltin = (1u << ( 28 ))
} |
| |
◆ anonymous enum
◆ fetchLValueExpression() [1/2]
| ObjectExpression * CeresEngine::ShaderCompiler::Expression::fetchLValueExpression |
( |
| ) |
|
◆ fetchLValueExpression() [2/2]
◆ fetchSemantic()
◆ fetchVarDeclaration()
| VarDeclaration * CeresEngine::ShaderCompiler::Expression::fetchVarDeclaration |
( |
| ) |
const |
◆ find() [1/2]
◆ find() [2/2]
Reimplemented in CeresEngine::ShaderCompiler::SequenceExpression, CeresEngine::ShaderCompiler::TernaryExpression, CeresEngine::ShaderCompiler::BinaryExpression, CeresEngine::ShaderCompiler::UnaryExpression, CeresEngine::ShaderCompiler::PostUnaryExpression, CeresEngine::ShaderCompiler::CallExpression, CeresEngine::ShaderCompiler::BracketExpression, CeresEngine::ShaderCompiler::AssignExpression, CeresEngine::ShaderCompiler::ObjectExpression, CeresEngine::ShaderCompiler::ArrayExpression, CeresEngine::ShaderCompiler::CastExpression, and CeresEngine::ShaderCompiler::InitializerExpression.
◆ findFirstNotOf() [1/2]
◆ findFirstNotOf() [2/2]
◆ findFirstOf() [1/2]
◆ findFirstOf() [2/2]
◆ isTrivialCopyable()
| virtual bool CeresEngine::ShaderCompiler::Expression::isTrivialCopyable |
( |
UInt32 |
maxTreeDepth = 3 | ) |
const |
|
virtual |
The documentation for this struct was generated from the following file:
- /Users/Rogiel/Developer/CeresEngine/Engine/Sources/CeresEngine/Material/ShaderCompiler/AST/AST.hpp