mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 02:58:05 +02:00
glsl: added slang_variable::is_global field
This commit is contained in:
parent
ac05996b81
commit
16787c513b
1 changed files with 1 additions and 0 deletions
|
|
@ -39,6 +39,7 @@ typedef struct slang_variable_
|
|||
GLuint array_len; /**< only if type == SLANG_SPEC_ARRAy */
|
||||
struct slang_operation_ *initializer; /**< Optional initializer code */
|
||||
GLuint size; /**< Variable's size in bytes */
|
||||
GLboolean is_global;
|
||||
GLboolean isTemp; /**< a named temporary (__resultTmp) */
|
||||
GLboolean declared; /**< for debug */
|
||||
struct slang_ir_storage_ *store; /**< Storage for this var */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue