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

Revision 657, 1.2 KB checked in by mattausch, 19 years ago (diff)

added ogre dependencies and patched ogre sources

Line 
1#ifndef BISON__VS1_0_PARSER_H
2# define BISON__VS1_0_PARSER_H
3
4#ifndef YYSTYPE
5typedef union {
6  int ival;
7  unsigned int lval;
8  float fval;
9  char mask[4];
10  char *comment;
11  VS10Reg reg;
12  VS10InstPtr inst;
13  VS10InstListPtr instList;
14} yystype;
15# define YYSTYPE yystype
16# define YYSTYPE_IS_TRIVIAL 1
17#endif
18# define        VERTEX_SHADER   257
19# define        ADD_INSTR       258
20# define        DP3_INSTR       259
21# define        DP4_INSTR       260
22# define        DST_INSTR       261
23# define        EXP_INSTR       262
24# define        EXPP_INSTR      263
25# define        FRC_INSTR       264
26# define        LIT_INSTR       265
27# define        LOG_INSTR       266
28# define        LOGP_INSTR      267
29# define        M3X2_INSTR      268
30# define        M3X3_INSTR      269
31# define        M3X4_INSTR      270
32# define        M4X3_INSTR      271
33# define        M4X4_INSTR      272
34# define        MAD_INSTR       273
35# define        MAX_INSTR       274
36# define        MIN_INSTR       275
37# define        MOV_INSTR       276
38# define        MUL_INSTR       277
39# define        NOP_INSTR       278
40# define        RCP_INSTR       279
41# define        RSQ_INSTR       280
42# define        SGE_INSTR       281
43# define        SLT_INSTR       282
44# define        SUB_INSTR       283
45# define        ILLEGAL 284
46# define        UNKNOWN_STRING  285
47# define        INTVAL  286
48# define        REGISTER        287
49# define        XYZW_MODIFIER   288
50# define        COMMENT 289
51
52
53extern YYSTYPE vs10_lval;
54
55#endif /* not BISON__VS1_0_PARSER_H */
Note: See TracBrowser for help on using the repository browser.