vulkan-caps-viewer: add meta.mainProgram
This commit is contained in:
parent
65f39b913d
commit
633eb5e650
@ -45,6 +45,7 @@ stdenv.mkDerivation rec {
|
||||
installFlags = [ "INSTALL_ROOT=$(out)" ];
|
||||
|
||||
meta = with lib; {
|
||||
mainProgram = "vulkanCapsViewer";
|
||||
description = "Vulkan hardware capability viewer";
|
||||
longDescription = ''
|
||||
Client application to display hardware implementation details for GPUs supporting the Vulkan API by Khronos.
|
||||
|
Loading…
Reference in New Issue
Block a user