Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • VTK-m VTK-m
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 188
    • Issues 188
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 38
    • Merge requests 38
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

An update will be applied May 24th, between 12PM and 1PM EDT (UTC -400). The site may be slow during that time.

  • VTK
  • VTK-mVTK-m
  • Merge requests
  • !1555

Closed
Created Feb 21, 2019 by Kenneth Moreland@kmorelMaintainer
  • Report abuse
Report abuse

Make an OpenGL interop library

  • Overview 12
  • Commits 1
  • Pipelines 3
  • Changes 20

It has been a while since anyone has really touched the interop library. These changes add a vtkm-interop library that encapsulates all of the code to transfer arrays from VTK-m to OpenGL. The one function, TransferToOpenGL now takes a VariantArrayHandle that passes the array through a library boundary.

The interop library also no longer relies on the VTK-m render library. Chances are if someone is using OpenGL interop they are using their own rendering code.

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: interop-lib