summaryrefslogtreecommitdiff
path: root/src/mesa/shader/slang/slang_compile_operation.h
diff options
context:
space:
mode:
authorBrian <brian@yutani.localnet.net>2007-02-02 15:30:50 -0700
committerBrian <brian@yutani.localnet.net>2007-02-02 15:30:50 -0700
commit1bc71e32ea281077fed6f77bf4c1d63c65eb14f6 (patch)
tree954bd217e048c0b0dbd7958a8a4f6019eee3ae13 /src/mesa/shader/slang/slang_compile_operation.h
parentfe45343df98ecdc06039b68d5a249a41f9e9e11e (diff)
s/slang_assembly_typeinfo/slang_typeinfo/
Diffstat (limited to 'src/mesa/shader/slang/slang_compile_operation.h')
-rw-r--r--src/mesa/shader/slang/slang_compile_operation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/shader/slang/slang_compile_operation.h b/src/mesa/shader/slang/slang_compile_operation.h
index ad52b6690d..0ce9bbad81 100644
--- a/src/mesa/shader/slang/slang_compile_operation.h
+++ b/src/mesa/shader/slang/slang_compile_operation.h
@@ -122,7 +122,7 @@ typedef struct slang_operation_
struct slang_function_ *fun; /**< If type == slang_oper_call */
struct slang_variable_ *var; /**< If type == slang_oper_identier */
slang_fully_specified_type *datatype; /**< Type of this operation */
- slang_assembly_typeinfo ti;
+ slang_typeinfo ti;
} slang_operation;