source: OGRE/trunk/ogrenew/RenderSystems/GL/src/nvparse/_ts1.0_parser.h @ 657

Revision 657, 1.9 KB checked in by mattausch, 18 years ago (diff)

added ogre dependencies and patched ogre sources

Line 
1typedef union {
2  float fval;
3  InstPtr inst;
4  InstListPtr instList;
5  MappedVariablePtr variable;
6} YYSTYPE;
7#define floatValue      257
8#define gequal  258
9#define less    259
10#define texVariable     260
11#define expandString    261
12#define openParen       262
13#define closeParen      263
14#define semicolon       264
15#define comma   265
16#define nop     266
17#define texture_1d      267
18#define texture_2d      268
19#define texture_rectangle       269
20#define texture_3d      270
21#define texture_cube_map        271
22#define cull_fragment   272
23#define pass_through    273
24#define offset_2d_scale 274
25#define offset_2d       275
26#define offset_rectangle_scale  276
27#define offset_rectangle        277
28#define dependent_ar    278
29#define dependent_gb    279
30#define dot_product_2d_1of2     280
31#define dot_product_2d_2of2     281
32#define dot_product_rectangle_1of2      282
33#define dot_product_rectangle_2of2      283
34#define dot_product_depth_replace_1of2  284
35#define dot_product_depth_replace_2of2  285
36#define dot_product_3d_1of3     286
37#define dot_product_3d_2of3     287
38#define dot_product_3d_3of3     288
39#define dot_product_cube_map_1of3       289
40#define dot_product_cube_map_2of3       290
41#define dot_product_cube_map_3of3       291
42#define dot_product_reflect_cube_map_eye_from_qs_1of3   292
43#define dot_product_reflect_cube_map_eye_from_qs_2of3   293
44#define dot_product_reflect_cube_map_eye_from_qs_3of3   294
45#define dot_product_reflect_cube_map_const_eye_1of3     295
46#define dot_product_reflect_cube_map_const_eye_2of3     296
47#define dot_product_reflect_cube_map_const_eye_3of3     297
48#define dot_product_cube_map_and_reflect_cube_map_eye_from_qs_1of3      298
49#define dot_product_cube_map_and_reflect_cube_map_eye_from_qs_2of3      299
50#define dot_product_cube_map_and_reflect_cube_map_eye_from_qs_3of3      300
51#define dot_product_cube_map_and_reflect_cube_map_const_eye_1of3        301
52#define dot_product_cube_map_and_reflect_cube_map_const_eye_2of3        302
53#define dot_product_cube_map_and_reflect_cube_map_const_eye_3of3        303
54
55
56extern YYSTYPE ts10_lval;
Note: See TracBrowser for help on using the repository browser.