I have read here: Calling Windows API from Native Client/Pepper Plugin
that if you start chrome with --no-sandbox
, you can call windows api“s. So my question is, if I use the flag --no-sandbox
can I develop a pepper plugin, that will only be run on my computer, using Vulkan
?