typedef struct {
Xgl_texture_typetexture_type;
Xgl_texture_comp_infocomp_info;
union {
Xgl_texture_general_mipmap_descmipmap;
} texture_info;
} Xgl_texture_general_desc;
SunOS
typedef struct {
Xgl_texture_typetexture_type;
Xgl_texture_comp_infocomp_info;
union {
Xgl_texture_general_mipmap_descmipmap;
} texture_info;
} Xgl_texture_general_desc;
SunOS