Rave 8h 07
bb56869a0" class="anchor">
| #define kQACSGTag_None 0xffffffffUL |
|
| #define kQAFast_Antialiasing (1 << 5) |
|
| #define kQAFast_Blend (1 << 4) |
|
| #define kQAFast_CL4 (1 << 7) |
|
| #define kQAFast_CL8 (1 << 8) |
|
| #define kQAFast_Gouraud (1 << 1) |
|
| #define kQAFast_Line (1 << 0) |
|
| #define kQAFast_Texture (1 << 2) |
|
| #define kQAFast_TextureHQ (1 << 3) |
|
| #define kQAFast_ZSorted (1 << 6) |
|
| #define kQAGL_DestBlend_XXX 0 |
|
| #define kQAGL_DrawBuffer_Back (kQAGL_DrawBuffer_BackLeft | kQAGL_DrawBuffer_BackRight) |
|
| #define kQAGL_DrawBuffer_BackLeft (1<<2) |
|
| #define kQAGL_DrawBuffer_BackRight (1<<3) |
|
| #define kQAGL_DrawBuffer_Front (kQAGL_DrawBuffer_FrontLeft | kQAGL_DrawBuffer_FrontRight) |
|
| #define kQAGL_DrawBuffer_FrontLeft (1<<0) |
|
| #define kQAGL_DrawBuffer_FrontRight (1<<1) |
|
| #define kQAGL_DrawBuffer_None 0 |
|
| #define kQAGL_SourceBlend_XXX 0 |
|
| #define kQAMaxWidth 128.0 |
|