VK-GL-CTS
VK-GL-CTS copied to clipboard
./deqp-vk: symbol lookup error: ./deqp-vk: undefined symbol: glGetInternalformativ
why run Vulkan CTS ,it need glXXXX ?
Duplicate of #263. Due to the way the code is internally organized, the binary ends up depending on some GL stuff. Try using -DGLES_ALLOW_DIRECT_LINK=0 when configuring the build.
Duplicate of #263.
Sorry, meant #141, but both are related.