Skip to content

Put RenderingContextOpenGL2, DomainsChemistryOpenGL2 in Rendering group

David Gobbi requested to merge dgobbi/vtk:add-contextopengl2-to-rendering into master

The RenderingVolumeOpenGL2 module was in the Rendering group, but not RenderingContextOpenGL2 or DomainsChemistryOpenGL2. As a result, the latter two modules were not part of the default build, even though they implement the backends for modules that are part of the default build (DomainsChemistry, RenderingContext2D, Charts, etc).

The fact that the VTK Python wheels provided modules without backends has caused trouble for several users.

The RenderingOpenGL2 module itself was not part of the Rendering group, either, but seems to have been brought in as a dependency of RenderingVolumeOpenGL2.

Edited by David Gobbi

Merge request reports