Skip to content

Instantly share code, notes, and snippets.

@liangqi
Created August 20, 2024 12:27
Show Gist options
  • Save liangqi/fb8bd2eb279e335944a67c77997af596 to your computer and use it in GitHub Desktop.
Save liangqi/fb8bd2eb279e335944a67c77997af596 to your computer and use it in GitHub Desktop.
vkmark result on Ubuntu 24.04 (arm64) on M1 Mac mini(real)
$ vkmark
ERROR: VkInstanceCreateInfo::pApplicationInfo::apiVersion has value of 0 which is not permitted. If apiVersion is not 0, then it must be greater than or equal to the value of VK_API_VERSION_1_0 [VUID-VkApplicationInfo-apiVersion]
=======================================================
vkmark 2017.08
=======================================================
Vendor ID: 0x10005
Device ID: 0x0
Device Name: llvmpipe (LLVM 17.0.6, 128 bits)
Driver Version: 1
Device UUID: 32342e312e307e707265323032343032
=======================================================
[vertex] device-local=true: FPS: 708 FrameTime: 1.412 ms
[vertex] device-local=false: FPS: 736 FrameTime: 1.359 ms
[texture] anisotropy=0: FPS: 990 FrameTime: 1.010 ms
[texture] anisotropy=16: FPS: 23 FrameTime: 43.478 ms
[shading] shading=gouraud: FPS: 441 FrameTime: 2.268 ms
[shading] shading=blinn-phong-inf: FPS: 391 FrameTime: 2.558 ms
[shading] shading=phong: FPS: 357 FrameTime: 2.801 ms
[shading] shading=cel: FPS: 365 FrameTime: 2.740 ms
[effect2d] kernel=edge: FPS: 665 FrameTime: 1.504 ms
[effect2d] kernel=blur: FPS: 307 FrameTime: 3.257 ms
[desktop] <default>: FPS: 548 FrameTime: 1.825 ms
[cube] <default>: FPS: 2192 FrameTime: 0.456 ms
[clear] <default>: FPS: 2483 FrameTime: 0.403 ms
=======================================================
vkmark Score: 785
=======================================================
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment