Sup, so I was casually browsing through chrome's experimental flags and found a few neat things.
One to enable Vulkan as the graphics backend; and the other to choose the ANGLE graphics backend.
Purportedly, OpenGL has higher performance (particularly in graphics-heavy applications) then D3D11 (the default I'm using on a Windows machine). Yet, Vulkan is also supposed to be better suited than OpenGL.
The question being should I, or should I not, enable these flags; if I should, what to? Vulkan, OpenGL, DirectX, D3D11on12?
P.S.: I'm using Windows 11 23H2 with Intel integrated graphics.