Linux / GTX 675MX

Hello,

If i’m not wrong, vulkan is ok with my graphic card (in fact i can run vulkaninfos on Window).
So i have the last nvidia driver :

+------------------------------------------------------+                       
| NVIDIA-SMI 364.12     Driver Version: 364.12         |                       
|-------------------------------+----------------------+----------------------+
| GPU  Name        Persistence-M| Bus-Id        Disp.A | Volatile Uncorr. ECC |
| Fan  Temp  Perf  Pwr:Usage/Cap|         Memory-Usage | GPU-Util  Compute M. |
|===============================+======================+======================|
|   0  GeForce GTX 675MX   Off  | 0000:01:00.0     N/A |                  N/A |
| N/A   50C    P5    N/A /  N/A |     10MiB /  4095MiB |     N/A      Default |
+-------------------------------+----------------------+----------------------+
                                                                               
+-----------------------------------------------------------------------------+
| Processes:                                                       GPU Memory |
|  GPU       PID  Type  Process name                               Usage      |
|=============================================================================|
|    0                  Not Supported                                         |
+-----------------------------------------------------------------------------

I just download and install this : https://github.com/KhronosGroup/Vulkan-LoaderAndValidationLayers

But when i try to run vulkaninfos:

[celes«»EternalStorm]───────────────[~/.vulkan/Vulkan-LoaderAndValidationLayers/dbuild/demos] [branch: master]
└─(18:09)─╼ optirun ./vulkaninfo
===========
VULKAN INFO
===========

Vulkan API Version: 1.0.8

INFO: [loader] Code 0 : Found manifest file /home/celes/.vulkan/Vulkan-LoaderAndValidationLayers/dbuild/layers/VkLayer_core_validation.json, version "1.0.0"
INFO: [loader] Code 0 : Found manifest file /home/celes/.vulkan/Vulkan-LoaderAndValidationLayers/dbuild/layers/VkLayer_device_limits.json, version "1.0.0"
INFO: [loader] Code 0 : Found manifest file /home/celes/.vulkan/Vulkan-LoaderAndValidationLayers/dbuild/layers/VkLayer_image.json, version "1.0.0"
INFO: [loader] Code 0 : Found manifest file /home/celes/.vulkan/Vulkan-LoaderAndValidationLayers/dbuild/layers/VkLayer_object_tracker.json, version "1.0.0"
INFO: [loader] Code 0 : Found manifest file /home/celes/.vulkan/Vulkan-LoaderAndValidationLayers/dbuild/layers/VkLayer_parameter_validation.json, version "1.0.0"
INFO: [loader] Code 0 : Found manifest file /home/celes/.vulkan/Vulkan-LoaderAndValidationLayers/dbuild/layers/VkLayer_swapchain.json, version "1.0.0"
INFO: [loader] Code 0 : Found manifest file /home/celes/.vulkan/Vulkan-LoaderAndValidationLayers/dbuild/layers/VkLayer_threading.json, version "1.0.0"
INFO: [loader] Code 0 : Found manifest file /home/celes/.vulkan/Vulkan-LoaderAndValidationLayers/dbuild/layers/VkLayer_unique_objects.json, version "1.0.0"
Cannot create Vulkan instance.
/home/celes/.vulkan/Vulkan-LoaderAndValidationLayers/demos/vulkaninfo.c:633: failed with VK_ERROR_INCOMPATIBLE_DRIVER

There is something wrong with my config? Kenerl too old? (4.1.15-r1/gentoo-sources)
Maybe Bumblebee incompatible? (The default config is ok)

Any help will be nice
Thansk

Ps: I can run my nvidia with optirun whitout any problem

I have tried tu run vulkan without bumblebee, when you force nvidia card like this [url]https://wiki.gentoo.org/wiki/NVIDIA/Optimus[/url]

But i have exactly the same outpout.
My graphic card is not supported yet? I need to do something?

Thanks