class Context;
enum class OperatorPrecedence : uint8_t;
enum class FieldAccessOwnerKind : int8_t {
kDefault, // this field access is to a field of an anonymous interface block (and thus, the field name // is actually in global scope, so only the field name needs to be written in GLSL)
kAnonymousInterfaceBlock
};
/** *Anexpressionwhichextractsafieldfromastruct,asin'foo.bar'.
*/ class FieldAccess final : public Expression { public: using OwnerKind = FieldAccessOwnerKind;
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.