Specifications:—
Hardware Platform :Renesas r-car H3e
GPU Device : PowerVR Series6XT, GX6650
Operating System : Linux h3ulcb 5.10.41-yocto-standard
I ran Vulkan of NativeSDK which is provided by PowerVR in Linux h3ulcb 5.10.41-yocto-standard but failed.
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
root@h3ulcb:~/build1/bin# ./VulkanHelloAPI
ERROR: Could not initialise the instance function pointers. Segmentation fault root@h3ulcb:~/build1/bin# ./VulkanGameOfLife Opened ‘/dev/tty’ for input Successfully connected the Wayland display Successfully retrieved the Wayland registry Successfully retrieved the Wayland compositor Successfully create the Wayland surface Successfully create the Wayland shell surface Host library ‘libvulkan.so.1;libvulkan.so’ loadedThe function pointer for ‘vkEnumerateInstanceVersion’ was valid. Vulkan loader instance version : ([1].[2].[162]). The instance version requested by the application ([1].[0].[0]) is supported by the Vulkan loader on your device Supported Instance Extensions: VK_EXT_debug_report : version [9] VK_EXT_debug_utils : version [2] Supported Instance Extensions to be Enabled: Supported Instance Layers: Exit message set to: InitView threw a runtime exception with message: ‘[VK_ERROR_INCOMPATIBLE_DRIVER] : Instance Constructor’ InitView() failed with pvr error ‘Error while initializing’
InitView threw a runtime exception with message: ‘[VK_ERROR_INCOMPATIBLE_DRIVER] : Instance Constructor’ root@h3ulcb:~/build1/bin#
////////////////////////////////////////////////////////////////////////