diff options
author | Brian <[email protected]> | 2007-02-02 15:29:48 -0700 |
---|---|---|
committer | Brian <[email protected]> | 2007-02-02 15:29:48 -0700 |
commit | fe45343df98ecdc06039b68d5a249a41f9e9e11e (patch) | |
tree | 63a436ea0ae1a910c8038eca481bf41cadc045f9 /src/mesa/shader/slang/slang_simplify.h | |
parent | 884fdfeb2272802e3103321edfed9cb198950e90 (diff) |
s/slang_assembly_name_space/slang_name_space/
Diffstat (limited to 'src/mesa/shader/slang/slang_simplify.h')
-rw-r--r-- | src/mesa/shader/slang/slang_simplify.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/shader/slang/slang_simplify.h b/src/mesa/shader/slang/slang_simplify.h index b29740eaca6..d6979a800a1 100644 --- a/src/mesa/shader/slang/slang_simplify.h +++ b/src/mesa/shader/slang/slang_simplify.h @@ -9,13 +9,13 @@ _slang_lookup_constant(const char *name); extern void _slang_simplify(slang_operation *oper, - const slang_assembly_name_space * space, + const slang_name_space * space, slang_atom_pool * atoms); extern GLboolean _slang_adapt_call(slang_operation *callOper, const slang_function *fun, - const slang_assembly_name_space * space, + const slang_name_space * space, slang_atom_pool * atoms); |