Don't want to see articles from a certain category? When logged in, go to your User Settings and adjust your feed in the Content Preferences section where you can block tags!
We do often include affiliate links to earn us some pennies. See more here.

PowerVR Show Off Vulkan On Android, Impressive

By - | Views: 19,142
PowerVR seem very interested in Vulkan, and a demo they have shown off shows much better performance on Vulkan over OpenGL.

YouTube Thumbnail
YouTube videos require cookies, you must accept their cookies to view. View cookie preferences.
Accept Cookies & Show   Direct Link
The FPS is a lot more consistent (and high), and the load on the CPU is better too.

You can find their full blog post about it here.

It's all very technical, and most of it beyond me since I don't work with graphics API's, but this bit seemed important:
QuoteAll of the features above require implementation in code, so the use of Vulkan does come with added code complexity compared to OpenGL ES.


We knew that Vulkan would require more work from developers, as it relies less on drivers, but it's worth mentioning again. Article taken from GamingOnLinux.com.
Tags: Editorial, Video
0 Likes
About the author -
author picture
I am the owner of GamingOnLinux. After discovering Linux back in the days of Mandrake in 2003, I constantly came back to check on the progress of Linux until Ubuntu appeared on the scene and it helped me to really love it. You can reach me easily by emailing GamingOnLinux directly. Find me on Mastodon.
See more from me
The comments on this article are closed.
22 comments
Page: «3/3
  Go to:

Mohandevir Aug 11, 2015
Quoting: ashleysmithgpuI'm not sure I'm allowed to say much on this yet, but check this post: http://www.gamedev.net/topic/666419-what-are-your-opinions-on-dx12vulkanmantle/#entry5215019 for multi-gpu. :)

Thanks, quite a nice link that gives an insider's look on the subject.
ashleysmithgpu Aug 13, 2015
Quoting: GuestDon't know if you can mention such things yet, but how easy/difficult are you finding Vulkan to work with? I don't mean from a single triangle perspective, but in terms of getting to grips with it and moving away from "the OpenGL method" to "the Vulkan method".

Yeah, a single triangle is much more code than OpenGL ES. As for how easy it is, I think it really depends on how much knowledge you have of GPUs. Command buffers and queue submits etc. map to certain constructs in GPUs directly. Those are the main things you need to worry about. The sub-passes (that I can talk about now) and load/store ops are very useful for tile-based renderers like PowerVR to keep your memory on-chip.

I found it really nice to use Vulkan, but it was difficult creating code that would work on GL and Vulkan. The interface is better too, it's C, but it has type safe enums instead of the #defines from OpenGL.
While you're here, please consider supporting GamingOnLinux on:

Reward Tiers: Patreon. Plain Donations: PayPal.

This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!

You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
The comments on this article are closed.