Vulkan For Android
Written by David Conrad   
Tuesday, 11 August 2015

Vulkan is the new open standard cross platform graphics API from Khronos which is still under development. Android is working towards bringing Vulkan to Android while at the same time continuing to support Open GL ES, giving devs a choice of which rendering engine to use.

Vulcan is the successor to OpenGL and, as we reported when it was announced in March, had been referred to as the "Next Generation OpeGL". The change of name to Vulcan signals the fact that it is not backward compatible with OpenGL and Khronos is continuing with traditional OpenGL. 

Vulcan can be thought of as a  "closer to the metal" graphics systems like AMDs Mantle, Microsoft's DirectX 12 and Apple's Metal. According to Khronos it has the following features: 

  • Direct control over GPU operation, with minimized driver overhead for maximum performance

  • Multi-threading-friendly architecture to increase overall system performance

  • Designed to be used in a wide variety of devices including mobile, desktop, consoles, and embedded platforms

  • Uses Khronos’ new SPIR-V intermediate representation for shading language flexibility and simplified drivers

  • Extensible layered architecture enables innovative tools without impacting production performance while validating, debugging, and profiling

  • Simpler drivers for low-overhead efficiency and cross vendor portability

According to a post by Technical Program Manager Shannon Woods on the Andriod Developers Blog, Vulcan should help developers of games and 3D graphics applications render complex scenes more efficiently and help avoid bottlenecks: 

Vulkan is being designed from the ground up to minimize CPU overhead in the driver, and allow your application to control GPU operation more directly. Vulkan also enables better parallelization by allowing multiple threads to perform work such as command buffer construction at once.

The Android team will provide tests for identifying problems in drivers for Vulcan in the Android Compatibility Test Suite similar to those already available for OpenGL ES and will also contribute them to Khronos for use in Vulkan’s own open source Conformance Test Suite. This will enable Khronos to test Vulkan drivers across platforms and hardware, and improve the 3D graphics ecosystem as a whole.

 

vulcanlogo

More Information

Low-overhead rendering with Vulkan

Vulcan Overview (Khronos)

Related Articles

The New OpenGL - Vulkan and SPIR-V 

 

To be informed about new articles on I Programmer, install the I Programmer Toolbar, subscribe to the RSS feed, follow us on, Twitter, FacebookGoogle+ or Linkedin,  or sign up for our weekly newsletter.

 

Banner


GameMaker Free For Non-Commercial Use
30/11/2023

GameMaker, for creating 2D platform games and now part of the Opera family, has made a change to its prices and terms and it is good news. GameMaker is now free for non-commercial purposes on all [ ... ]



VS Code Gets Better At Make C/C++
06/12/2023

VS Code is a "go-anywhere, work-with-anything" dev system. However, not all languages are created equal and build systems for C/C++ are particularly challenging. The latest VS Code does something to m [ ... ]


More News

 

esp32book

 

Comments




or email your comment to: comments@i-programmer.info

Last Updated ( Tuesday, 11 August 2015 )