diff --git a/src/bgfx_p.h b/src/bgfx_p.h index 2e339b19..f5560c0d 100644 --- a/src/bgfx_p.h +++ b/src/bgfx_p.h @@ -158,6 +158,8 @@ namespace stl # else # define BGFX_RENDERER_OPENGL_NAME "OpenGL ES 2.0" # endif // BGFX_CONFIG_RENDERER_OPENGLES +#else +# define BGFX_RENDERER_OPENGL_NAME "OpenGL" #endif // namespace bgfx