Unity 2018.3 Visual FX Graph - Device compatibility

I’m looking into the Visual Effects Graph that was added in Unity 2018.3.
This video gives a quick intro to what it is about:

In the video he says - to no one’s surprise - that there is some incompatibility with mobile devices… most of them in fact. I tried to look this up but nowhere can I find a device compatibility list for this.

So exactly what kind of mobile devices support the Visual Effect Graph tech?

Alright I was too quick. Here’s the answer:

The Visual Effects Graph is only supported in the HDRP (HD Render Pipeline), meaning you need:
-iOS devices that uses the Metal shader API
-Android devices that uses the Vulkan shader API

OpenGL ES -devices will not work with this.