You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error (the cutoff is intentional). From what I collect, this is caused by writing a dereferenced nullptr to cerr. Specifically, it seems that it occurs in Error::GLFunc() where the variable _glfunc_name is a nullptr.
Is this expected behaviour? If not, is it this function, the example, or both that need to be changed?
Also, I believe the reason for this exception occurring in the first place is my having an outdated openGL version, but this error unfortunately was not much use in finding that out.
The text was updated successfully, but these errors were encountered:
I was compiling and executing the Hello World example from https://matus-chochlik.github.io/oglplus/doc/oglplus/intro.html only to meet a rather undescriptive
Program build error (in
error (the cutoff is intentional). From what I collect, this is caused by writing a dereferenced nullptr to cerr. Specifically, it seems that it occurs in
Error::GLFunc()
where the variable_glfunc_name
is a nullptr.Is this expected behaviour? If not, is it this function, the example, or both that need to be changed?
Also, I believe the reason for this exception occurring in the first place is my having an outdated openGL version, but this error unfortunately was not much use in finding that out.
The text was updated successfully, but these errors were encountered: