class Context; enumclass OperatorPrecedence : uint8_t;
enumclass 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
};
/** * An expression which extracts a field from a struct, as in '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.