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 193
    • Issues 193
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 39
    • Merge requests 39
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • VTK
  • VTK-mVTK-m
  • Merge requests
  • !1555

Make an OpenGL interop library

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Kenneth Moreland requested to merge kmorel/vtk-m:interop-lib into master Feb 21, 2019
  • 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