[qfcc] Copy block struct member attributes

Gets attributes from layout specifiers working for blocks (eg,
gl_PerVertex).
This commit is contained in:
Bill Currie 2025-02-17 14:18:02 +09:00
parent 054fe6e3c6
commit 3190daaf70

View file

@ -199,6 +199,7 @@ glsl_block_type (const type_t *type, const char *pre_tag)
sym->sy_type = sy_offset;
sym->offset = -1;
sym->id = s->id;
sym->attributes = s->attributes;
symtab_addsymbol (nt->symtab, sym);
if (type_align (ftype) > alignment) {
alignment = type_align (ftype);