Re: Determining which GraphicsPipeline is being used

2018-07-12 Thread Kevin Rushforth
Checking the conditional feature SCENE_3D should give you what you need. It is true if and only if there is support for 3D features, which is the software pipelines lack. -- Kevin On 7/12/2018 4:02 AM, Selim Dincer wrote: Hi, I was wondering if there is a way to find out which graphics

Determining which GraphicsPipeline is being used

2018-07-12 Thread Selim Dincer
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: