#include <CeresEngine/Material/ShaderCompiler/AST/AST.hpp>
|
| enum | : UInt32 { isUsedForCompare = (1u << ( 2 ))
, isUsedForImageRead = (1u << ( 3 ))
} |
| |
| enum | : UInt32 { isWrittenTo = (1u << ( 0 ))
, isReadFrom = (1u << ( 1 ))
} |
| |
| 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
| Enumerator |
|---|
| isUsedForCompare | |
| isUsedForImageRead | |
◆ BufferDeclaration() [1/2]
| CeresEngine::ShaderCompiler::BufferDeclaration::BufferDeclaration |
( |
const SourcePosition & |
astPos | ) |
|
|
inlineexplicit |
◆ BufferDeclaration() [2/2]
| CeresEngine::ShaderCompiler::BufferDeclaration::BufferDeclaration |
( |
const SourceArea & |
astArea | ) |
|
|
inlineexplicit |
◆ deriveTypeDenoter()
◆ getBufferType()
| BufferType CeresEngine::ShaderCompiler::BufferDeclaration::getBufferType |
( |
| ) |
const |
◆ getType()
| Types CeresEngine::ShaderCompiler::BufferDeclaration::getType |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ visit()
◆ annotations
◆ arrayDimensions
◆ classType
◆ declarationStatementRef
◆ slotRegisters
The documentation for this struct was generated from the following file:
- /Users/Rogiel/Developer/CeresEngine/Engine/Sources/CeresEngine/Material/ShaderCompiler/AST/AST.hpp