Determining which GraphicsPipeline is being used

Selim Dincer wowselim at gmail.com
Thu Jul 12 11:02:42 UTC 2018


Hi,

I was wondering if there is a way to find out which graphics pipeline is
being used by javafx. Some of our users access our application via
virtualized environments or use old GPUs that in some way don't support
hardware rendering.
The way we do it at the moment:

com.sun.prism.GraphicsPipeline.getPipeline()

​Are there any plans to provide public API for this (maybe in form of an
MXBean along with FPS stats and other metrics)?


​Selim


More information about the openjfx-dev mailing list