Skip to content

Activate proper texture unit prior to binding texture

Cory Quammen requested to merge cory.quammen/vtk:context2d_DrawImage into master

The texture created within vtkOpenGLContextDevice2D::DrawImage() was inadvertantly being bound to the wrong texture unit. Fixed the order of calls to correct this.

Merge request reports