Skip to content

pvr: Add vkCmdDispatch()

Karmjit Mahil requested to merge (removed):dev/Implement_vkCmdDispatch into main

Signed-off-by: Karmjit Mahil Karmjit.Mahil@imgtec.com

This commit adds vkCmdDispatch() and gets the compute code to a point of being able to run a very simple compute demo.

We've been using an internal modified version of this compute demo which we came across from his blog article on it. Some error handling was added as well as some other minor changes but the plain demo should be running fine too although it's missing error handling.

The modified version can be found here: https://gitlab.freedesktop.org/CreativeCylon/powervr-vk-demos

Edited by Karmjit Mahil

Merge request reports