#pragma once #include #include #include #include #include #include #include "opengl/data_traits.hpp" template struct AggTraits { }; template <> struct AggTraits { typedef agg::pixfmt_rgba32 pixfmt_t; }; template <> struct AggTraits { typedef agg::pixfmt_rgb4444 pixfmt_t; };