comparison Renderer/Engine/SgChange.h @ 693:fc0227b5cb5a

debug , aligned light_xyz
author hiroki@localhost.localdomain
date Tue, 08 Dec 2009 19:44:20 +0900
parents 9d1bcc07734b
children 0d8d2b7a3438
comparison
equal deleted inserted replaced
692:50750b118116 693:fc0227b5cb5a
36 int height; 36 int height;
37 int bpp; 37 int bpp;
38 38
39 int spe_num; 39 int spe_num;
40 40
41 float light_xyz[4]; 41 float light_xyz[4] __attribute__((aligned(16)));
42 float *light_xyz_stock; 42 float *light_xyz_stock;
43 43
44 int rgb_size[3]; 44 int rgb_size[3];
45 Uint32 video_flags; 45 Uint32 video_flags;
46 Uint32 *pixels; 46 Uint32 *pixels;