-
Notifications
You must be signed in to change notification settings - Fork 70
Vulkan: the more you know
Michael DeGuzis edited this page May 23, 2017
·
4 revisions
Table of Contents generated with DocToc
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.