enum ImTextureFormat

#include <imgui.h>

enum ImTextureFormat
{
    ImTextureFormat_RGBA32,
    ImTextureFormat_Alpha8,
};