Comment 19 for bug 648289

Revision history for this message
Dick Hollenbeck (dickelbeck) wrote :

BasicGLPane::BasicGLPane(wxFrame* parent, int* args) :
    wxGLCanvas(parent, wxID_ANY, 0, wxDefaultPosition, wxDefaultSize, wxFULL_REPAINT_ON_RESIZE)

Found a deficiency in the example.

Look the example code in wxGLCanvas_sample is bad. It does not even use the attribute list.
Somebody left a hole in their example.

No conclusions can be reached about our attribute list, it could be inadequate.

Dick