#ifndef AGG_PIXFMT_CONFIG_H #define AGG_PIXFMT_CONFIG_H #include "platform/agg_platform_support.h" namespace gslshell { const agg::pix_format_e pixel_format = agg::pix_format_bgr24; const bool flip_y = true; extern unsigned bpp; extern agg::pix_format_e sys_pixel_format; extern unsigned sys_bpp; } #endif

AltStyle によって変換されたページ (->オリジナル) /