SDL_BLENDMODE_NONE

no blending: dstRGBA = srcRGBA

extern (C) nothrow @nogc
enum SDL_BlendMode SDL_BLENDMODE_NONE;

Meta