I installed Vulkan but vulkaninfo tells me that it's using the Intel integrated graphics rather than my AMD (it has switchable graphics):
VK_LAYER_LUNARG_standard_validation (LunarG Standard Validation Layer) Vulkan version 1.0.131, layer version 1:
Layer Extensions: count = 0
Devices: count = 1
GPU id : 0 (Intel(R) HD Graphics 4400 (HSW GT2))
Layer-Device Extensions: count = 0
How can I change this? I tried running it with DRI_PRIME=1 but it says the same.