Skip to content

Commit

Permalink
Merge pull request #1243 from UniStuttgart-VISUS/fix-mesh-gl
Browse files Browse the repository at this point in the history
Fix mesh_gl resources
  • Loading branch information
moritz-h authored Jan 11, 2024
2 parents fe3c0b0 + a6c5570 commit 12f5c56
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions plugins/mesh_gl/src/TriangleMeshRenderer3D.h
Original file line number Diff line number Diff line change
Expand Up @@ -73,14 +73,6 @@ class TriangleMeshRenderer3D : public BaseRenderTaskRenderer {
return "Upload 3D data to the GPU for use with the mesh plugin";
}

/**
* Request resources to ask for OpenGL state
*/
static void requested_lifetime_resources(frontend_resources::ResourceRequest& req) {
Module::requested_lifetime_resources(req);
req.require<frontend_resources::OpenGL_Context>();
}

protected:
/**
* The get extents callback. The module should set the members of
Expand Down

0 comments on commit 12f5c56

Please sign in to comment.