I’m trying to learn vulkan programming, I have a dell laptop with both integrated Intel GPU and dedicated amd card
when i launch terminal using dedicated Graphics card glxinfo
reports AMD card
$glxinfo | grep -i device
Device: AMD HAINAN (DRM 2.50.0, 5.0.17-300.fc30.x86_64, LLVM 8.0.0) (0x6660)
but vulkaninfo
reports integrated card
$vulkaninfo | grep -i "deviceName"
INTEL-MESA: warning: ../src/intel/vulkan/anv_device.c:1252: FINISHME: Implement pop-free point clipping
deviceName = Intel(R) HD Graphics 620 (Kaby Lake GT2)
This happens on both X.org and wayland
Do i need to install any other package