mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-04-04 16:31:30 +00:00
[qfcc] Copy block struct member attributes
Gets attributes from layout specifiers working for blocks (eg, gl_PerVertex).
This commit is contained in:
parent
054fe6e3c6
commit
3190daaf70
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue