PrevUpHomeNext

VG alpha format

#include <eglplus/vg_alpha_format.hpp>

enum class VGAlphaFormat : EGLenum
{
	Pre    = EGL_VG_ALPHA_FORMAT_PRE,
	NonPre = EGL_VG_ALPHA_FORMAT_NONPRE
};

template <>
Range<VGAlphaFormat> EnumValueRange<VGAlphaFormat>(void);

StrCRef EnumValueName(VGAlphaFormat);

PrevUpHomeNext