enum class RenderMultisampleType_ t : int8
{
RENDER_ MULTISAMPLE_ INVALID = -1,
RENDER_ MULTISAMPLE_ NONE = 0,
RENDER_ MULTISAMPLE_ 2X = 1,
RENDER_ MULTISAMPLE_ 4X = 2,
RENDER_ MULTISAMPLE_ 6X = 3,
RENDER_ MULTISAMPLE_ 8X = 4,
RENDER_ MULTISAMPLE_ 16X = 5,
RENDER_ MULTISAMPLE_ TYPE_ COUNT = 6,
};