enum hiro::draw::AntiAliasing

#include <RenderSystem.h>

enum AntiAliasing {
    none,
    msaa2x,
    msaa4x,
    msaa8x,
    msaa16x,
    fxaa,
};