diff --git a/example/OutputGLInfo/main.cpp b/example/OutputGLInfo/main.cpp index 63a5b862..4b7ac6cc 100644 --- a/example/OutputGLInfo/main.cpp +++ b/example/OutputGLInfo/main.cpp @@ -31,6 +31,29 @@ void output_ogl_info() std::cout<<" "<MakeToCurrent(); //切换当前窗口到前台 output_ogl_info(); + output_ogl_values(); delete win; delete device;