它是C语言,写成:
typedef struct __attribute__((packed, aligned(4))) Ball {
float2 delta;
float2 position;
//float3 color;
float size;
//int arcID;
//float arcStr;
} Ball_t;
Ball_t *balls;
请告诉我它的含义以及如何使用此关键字。
三国纷争
慕勒3428872
相关分类