#pragma once
enum EGpDisplayDriverType
{
EGpDisplayDriverType_D3D11,
EGpDisplayDriverType_SDL_GL2,
EGpDisplayDriverType_Count,
};