SDL_DEFINE_PIXELFORMAT

Undocumented in source. Be warned that the author may not have intended to support it.
  1. uint SDL_DEFINE_PIXELFORMAT(int type, int order, int layout, int bits, int bytes)
    pragma(inline, true) @nogc nothrow pure @safe
    uint
    SDL_DEFINE_PIXELFORMAT
    (
    int type
    ,
    int order
    ,
    int layout
    ,
    int bits
    ,
    int bytes
    )
  2. enum uint SDL_DEFINE_PIXELFORMAT(int type, int order, int layout, int bits, int bytes);

Meta