mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-25 13:11:00 +00:00
[qfcc] Give qfo spaces support for names
Fortunately, there was a reserved spot that could be used for the name thus no need for a version update. The name isn't used yet but will be for glsl support.
This commit is contained in:
parent
99be6f6e41
commit
355ee12c3f
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ typedef struct qfo_space_s {
|
||||||
pr_uint_t data_size; ///< in elements. zero for entity spaces
|
pr_uint_t data_size; ///< in elements. zero for entity spaces
|
||||||
pr_uint_t id;
|
pr_uint_t id;
|
||||||
pr_uint_t alignment; ///< min alignment for space (1<<alignment)
|
pr_uint_t alignment; ///< min alignment for space (1<<alignment)
|
||||||
pr_int_t reserved[1];
|
pr_string_t name; ///< special space name
|
||||||
} qfo_space_t;
|
} qfo_space_t;
|
||||||
|
|
||||||
/** Representation of a def in the object file.
|
/** Representation of a def in the object file.
|
||||||
|
|
Loading…
Reference in a new issue