diff options
author | Kenneth Graunke <[email protected]> | 2010-06-09 11:07:53 -0700 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2010-06-09 11:14:58 -0700 |
commit | b97efa5db5fce2e0d9a4c61a939c85b240c89170 (patch) | |
tree | 0fad9e25c8b2a24fe33a4574e361bff3d1235acb /ir.h | |
parent | 8331d489487268cafb3248a598e409bff6b1b123 (diff) |
ir_function_cloning_visitor: Add support for ir_texture.
Diffstat (limited to 'ir.h')
-rw-r--r-- | ir.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -770,7 +770,7 @@ enum ir_texture_opcode { class ir_texture : public ir_rvalue { public: ir_texture(enum ir_texture_opcode op) - : op(op) + : op(op), projector(NULL), shadow_comparitor(NULL) { /* empty */ } |