comparison Renderer/Engine/viewer_types.h @ 981:a193a851b5e3

add double buffering frame device
author root@henri.cr.ie.u-ryukyu.ac.jp
date Thu, 30 Sep 2010 23:54:08 +0900
parents 655e11f6e437
children
comparison
equal deleted inserted replaced
980:4ce73df9ac61 981:a193a851b5e3
11 const int split_screen_h = 8; 11 const int split_screen_h = 8;
12 12
13 enum video_type { 13 enum video_type {
14 VTYPE_SDL, 14 VTYPE_SDL,
15 VTYPE_FB, 15 VTYPE_FB,
16 VTYPE_PS3,
16 VTYPE_GL 17 VTYPE_GL
17 }; 18 };
18 19
19 #if defined(__LITTLE_ENDIAN__) 20 #if defined(__LITTLE_ENDIAN__)
20 const int redMask = 0x0000ff00; 21 const int redMask = 0x0000ff00;