Skip to content

Remove GL calls from anywhere else than OvRendering #95

@adriengivry

Description

@adriengivry

Some GL calls are still polluating various Overload modules. We should avoid any GL call outside of OvRendering.

Currently found:

  • SceneView.cpp:207 (glReadPixels)
  • AView.cpp:51 (glViewport)

If necessary, these calls must be wraps into OvRendering methods.

Metadata

Metadata

Assignees

No one assigned

    Labels

    GraphicsGraphical featureRefactoringSomething that needs a refactoring

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions