krh / vkcube

Spinning Vulkan Cube

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Won't link against generic loader

Jajcus opened this issue · comments

  CCLD     vkcube
vkcube-main.o: In function `init_kms':
/home/users/jajcus/git/vkcube/main.c:444: undefined reference to `vkCreateDmaBufImageINTEL'
vkcube-main.o: In function `init_wayland':
/home/users/jajcus/git/vkcube/main.c:809: undefined reference to `vkGetPhysicalDeviceWaylandPresentationSupportKHR'
/home/users/jajcus/git/vkcube/main.c:817: undefined reference to `vkCreateWaylandSurfaceKHR'

Shouldn't vkGetInstanceProcAddr or vkGetDeviceProcAddr be used to get those?