Skip to content

Vulkan: the more you know

Michael DeGuzis edited this page May 23, 2017 · 4 revisions

Table of Contents generated with DocToc

About

Vulkan is a low-overhead, cross-platform 3D graphics and compute API first announced at GDC 2015 by the Khronos Group. The Vulkan API was initially referred to as the "next generation OpenGL initiative" by Khronos, but use of those names were discontinued once the Vulkan name was announced. Vulkan is derived from and built upon components of AMD's Mantle API, which was donated by AMD to Khronos with the intent of giving Khronos a foundation on which to begin developing a low-level API that they could standardize across the industry, much like OpenGL1.

Identifying Vulkan capability

See: http://vulkan.gpuinfo.org/

Links

Sources

  1. Wikipedia - Vulkan API
Clone this wiki locally