Raspberry Pi Vulkan rendering speed #1022
Replies: 3 comments 2 replies
-
18fps seems low for a simple test. vsgdraw is an implementation of the Vulkan Tutorial so is just two textured quads, it just happens to have the Ed Levin Park terrain texture. |
Beta Was this translation helpful? Give feedback.
-
I'm not Raspberry Pi user, but it sounds to me as if you are still not using the hardware GPU, or the driver is advertising both the hardware renderer and a software alternative and VSG is choosing the wrong one. What's the output of |
Beta Was this translation helpful? Give feedback.
-
~/dja/cgitest>vsgdeviceselection --list physicalDevices.size() = 2
I think the current RPi Vulkan driver was produced by Igalia and is 1.2 conformant. |
Beta Was this translation helpful? Give feedback.
-
Does the warning below imply that my RPi 4B is not correctly configured for Vulkan? I believe this is the RPi Vulkan driver produced by Igalia. 18 Hz seems a very slow frame rate for a simple example.
I get the same warning with vsgdraw and vsgviewer, even though they run. With vsgdraw, should I see two rotating terrains?
~/Projects/vsgTutorial>vsgdynamictexture
WARNING: v3dv is neither a complete nor a conformant Vulkan implementation. Testing use only.
Average frame rate = 18.4578
Beta Was this translation helpful? Give feedback.
All reactions