/** * A symbol which should be interpreted as a field access. Fields are added to the symboltable * whenever a bare reference to an identifier should refer to a struct field; in GLSL, this is the * result of declaring anonymous interface blocks.
*/ class FieldSymbol final : public Symbol { public: inlinestatic constexpr Kind kIRNodeKind = Kind::kField;
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.