Search results

  1. C

    Multiple OpenGL renderers, how to ensure the right one is picked by OpenGL app?

    I just found this KB article: http://kb.parallels.com/en/122485 It seems the OpenGL 3.2 support is only activated for a selected few games, and for the OpenGL Extensions viewer. My question remains: How can I configure an app (in my case a VTK 7.1-based application I have to develop for a...
  2. C

    Multiple OpenGL renderers, how to ensure the right one is picked by OpenGL app?

    On my 2017 15" MacBook pro with Radeon Pro 560, the Windows 10 guest in parallels sees three (3) different OpenGL renderers. Two of these report OpenGL version 2.1, whereas the third reports version 3.2. See the attached screenshots. When I start any VTK 7.1 app, it selects one of the 2.1...
  3. C

    changes to macOS folder does not trigger inotify in Linux guest (parallels shared folder)

    Thanks for the info. Do you know if there are any plans to implement it?
  4. C

    changes to macOS folder does not trigger inotify in Linux guest (parallels shared folder)

    My use case is this: I have source code on my macOS filesystem, which I edit there using an IDE. That same code is transpiled and executed in a Linux guest, via Parallels Shared Folders (PSF). In the Linux guest, tools like node are using inotify to know when to re-run the compilation. The...
Back
Top